fixed ci
This commit is contained in:
parent
00c2dd049d
commit
235f963c17
2
.github/workflows/echo-rs-ci.yml
vendored
2
.github/workflows/echo-rs-ci.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: test
|
||||
run: python3 gnu_cat_tests/test.py -e /bin/cat -b target/debug/cat-rs
|
||||
run: python3 gnu_cat_tests/test.py -c /bin/cat -b target/debug/cat-rs
|
||||
- name: Clippy
|
||||
run: cargo clippy --verbose -- -D warnings
|
||||
- name: Audit
|
||||
|
Loading…
Reference in New Issue
Block a user