Skip to content

Commit

Permalink
ci: don't fail fast lints and tests (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj authored Feb 27, 2024
1 parent 82df6cf commit b364328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
needs: pre_job
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
rust_release: [pinned-nightly, latest-nightly]
Expand Down Expand Up @@ -136,6 +137,7 @@ jobs:
needs: pre_job
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
rust_release: [pinned-nightly, latest-nightly]
Expand Down

0 comments on commit b364328

Please sign in to comment.