mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
rust unit test
This commit is contained in:
parent
ab54aa2aae
commit
c912b04371
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -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"
|
Loading…
Reference in New Issue
Block a user