CI: run clippy even if fmt fails
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
|||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
- name: Check clippy
|
- name: Check clippy
|
||||||
run: cargo clippy --no-deps --all-targets
|
run: cargo clippy --no-deps --all-targets
|
||||||
|
if: ${{ !cancelled() }}
|
||||||
|
|
||||||
build-test:
|
build-test:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user