Merge pull request #6 from victormignot/fix-lint-pipeline-warning
Remove useless flags for clippy on pipeline
This commit is contained in:
commit
70c10be0d8
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: cargo clippy -- -D warnings
|
run: cargo clippy
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
run: cargo test
|
run: cargo test
|
||||||
|
|
Loading…
Reference in a new issue