This commit is contained in:
Lu 2023-07-02 15:32:13 +02:00
parent 00c2dd049d
commit 235f963c17

View File

@ -20,7 +20,7 @@ jobs:
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: test - 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 - name: Clippy
run: cargo clippy --verbose -- -D warnings run: cargo clippy --verbose -- -D warnings
- name: Audit - name: Audit