Remove useless flags for clippy on pipeline

This commit is contained in:
Victor Mignot 2022-10-17 14:07:20 -04:00
parent 4e38843b3f
commit 0935602fc8
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -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