rust unit test

This commit is contained in:
Chris Titus 2024-07-13 17:25:58 -05:00
parent ab54aa2aae
commit c912b04371

View File

@ -72,5 +72,11 @@ jobs:
path: target/debug
- name: Run tests
run: cargo test --verbose
- name: Move linutil to root
run: mv target/debug/linutil linutil
- name: Replace linutil binary
run: cp target/debug/linutil ./linutil
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Replace linutil binary"
file_pattern: linutil
commit_options: "--allow-empty --no-verify"