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 577121be93 - Show all commits

View File

@ -23,7 +23,7 @@ jobs:
- name: Run Unit Tests - name: Run Unit Tests
run: task test run: task test
- name: Upload Built Binary - name: Upload Built Binary
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
with: with:
name: formaty name: formaty
path: target/debug/formaty path: target/debug/formaty