Skip to content

Commit

Permalink
Don't fast fail on GA CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Jun 17, 2024
1 parent b55326a commit 0f5f56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

test:
strategy:
fail-fast: false
matrix:
arch: [[15, x86, ubuntu-latest], [16, x86, ubuntu-latest], [19, x86, ubuntu-latest], [21, x86, ubuntu-latest], [23, x86, ubuntu-latest], [28, x86, ubuntu-latest], [30, x86_64, ubuntu-latest], [32, x86_64, ubuntu-latest], [33, x86_64, ubuntu-latest], [34, x86_64, ubuntu-latest]]
env:
Expand Down

0 comments on commit 0f5f56d

Please sign in to comment.