Fix clippy
This commit is contained in:
2
.github/workflows/cont_integration.yml
vendored
2
.github/workflows/cont_integration.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
run: cargo build ${{ matrix.features }}
|
run: cargo build ${{ matrix.features }}
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
if: ${{ matrix.rust.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
|
- name: Test
|
||||||
run: cargo test ${{ matrix.features }}
|
run: cargo test ${{ matrix.features }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user