mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
update unit test
This commit is contained in:
parent
1bc3582ebb
commit
2c03b3f8f4
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -36,9 +36,11 @@ jobs:
|
|||
toolchain: stable
|
||||
- name: Build
|
||||
run: cargo build --release --verbose
|
||||
- name: Move linutil binary
|
||||
run: mv target/release/linutil linutil
|
||||
- name: Replace linutil binary
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: "Replace linutil binary"
|
||||
file_pattern: target/release/linutil
|
||||
file_pattern: linutil
|
||||
commit_options: "--allow-empty --no-verify"
|
Loading…
Reference in New Issue
Block a user