ci: fix flags
This commit is contained in:
parent
d5c85d4a17
commit
0272809c82
2 changed files with 5 additions and 7 deletions
4
.github/workflows/rust.yaml
vendored
4
.github/workflows/rust.yaml
vendored
|
|
@ -17,8 +17,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Format
|
||||
run: cargo fmt -- --check
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Lint
|
||||
run: cargo clippy --all --all-targets --all-features -- -D warnings
|
||||
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||
- name: Run tests
|
||||
run: make check-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue