Skip to content

Commit

Permalink
full_ci: Don't fail early in tier1
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Jun 18, 2024
1 parent 19c2bfe commit 299e6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
needs: check_cfg
strategy:
fail-fast: true
fail-fast: false
matrix:
target: [
i686-unknown-linux-gnu,
Expand Down

0 comments on commit 299e6da

Please sign in to comment.