Skip to content

Commit

Permalink
CI: have matrix jobs not fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertnash committed Dec 18, 2023
1 parent a03517d commit 2ddf040
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gmy-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
runs-on: ubuntu-22.04

strategy:
fail-fast: false
matrix:
python-version:
- '3.8'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
name: Build in fluid-only mode
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
compiler: [gnu-11, gnu-12, gnu-13, llvm-13, llvm-14, llvm-15]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/py-hemetools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
runs-on: ubuntu-22.04

strategy:
fail-fast: false
matrix:
python-version:
- '3.8'
Expand Down

0 comments on commit 2ddf040

Please sign in to comment.