Skip to content

Commit a719605

Browse files
committed
fail-slow
1 parent f32560d commit a719605

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
ci:
77
runs-on: ${{ matrix.os }}
88
strategy:
9+
fail-fast: false
910
matrix:
1011
include:
1112
# Regular CI matrix for non-stable versions
@@ -90,8 +91,7 @@ jobs:
9091
continue-on-error: true
9192
run: cargo fmt --all -- --check
9293
- name: Run clippy
93-
continue-on-error: true
94-
run: cargo clippy -- -D warnings || true
94+
run: cargo clippy -- -D warnings
9595
# Artifact creation steps (only for release builds with targets)
9696
- name: Clean for cross compilation
9797
if: matrix.target && matrix.target == 'aarch64-unknown-linux-gnu'

0 commit comments

Comments
 (0)