Skip to content

Commit

Permalink
test: change fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
apaletta3 committed Mar 18, 2024
1 parent 49c487e commit a27383d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Build C++ Package
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
architecture: [amd64, arm64]
steps:
Expand Down Expand Up @@ -62,6 +62,7 @@ jobs:
name: Build Python Package
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
architecture: [amd64, arm64]
steps:
Expand Down

0 comments on commit a27383d

Please sign in to comment.