Remove useless flags for clippy on pipeline
This commit is contained in:
parent
4e38843b3f
commit
0935602fc8
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: cargo fmt --check
|
||||
|
||||
- name: Lint
|
||||
run: cargo clippy -- -D warnings
|
||||
run: cargo clippy
|
||||
|
||||
- name: Tests
|
||||
run: cargo test
|
||||
|
|
Loading…
Reference in a new issue