add basic rust ci using task #1

Merged
joeyahines merged 8 commits from gitea_ci into main 2026-03-22 22:56:54 +00:00
Showing only changes of commit ec12552c08 - Show all commits

View File

@ -1,5 +1,5 @@
name: Build and Test Formaty name: Build and Test Formaty
on: [push, pull_request] on: [push]
jobs: jobs:
build: build:
@ -22,3 +22,8 @@ jobs:
run: task build run: task build
- name: Run Unit Tests - name: Run Unit Tests
run: task test run: task test
- name: Upload Built Binary
uses: actions/upload-artifact@v4
with:
name: formaty
path: target/debug/formaty