Fix clippy
This commit is contained in:
parent
3f5a78ae3b
commit
1805bd35c0
2
.github/workflows/cont_integration.yml
vendored
2
.github/workflows/cont_integration.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
run: cargo build ${{ matrix.features }}
|
||||
- name: Clippy
|
||||
if: ${{ matrix.rust.clippy }}
|
||||
run: cargo clippy --all-targets --features ${{ matrix.features }} -- -D warnings
|
||||
run: cargo clippy --all-targets ${{ matrix.features }} -- -D warnings
|
||||
- name: Test
|
||||
run: cargo test ${{ matrix.features }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user