We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32560d commit a719605Copy full SHA for a719605
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,7 @@ jobs:
6
ci:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
+ fail-fast: false
10
matrix:
11
include:
12
# Regular CI matrix for non-stable versions
@@ -90,8 +91,7 @@ jobs:
90
91
continue-on-error: true
92
run: cargo fmt --all -- --check
93
- name: Run clippy
- continue-on-error: true
94
- run: cargo clippy -- -D warnings || true
+ run: cargo clippy -- -D warnings
95
# Artifact creation steps (only for release builds with targets)
96
- name: Clean for cross compilation
97
if: matrix.target && matrix.target == 'aarch64-unknown-linux-gnu'
0 commit comments