Skip to content

Commit

Permalink
No fail fast for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus authored Nov 29, 2023
1 parent e037af8 commit ed7c62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
container: gcc:${{matrix.gcc_version}}
strategy:
fail-fast: false
matrix:
gcc_version: [5, 6, 7, 8, 9, 10, 11, 12]
cmake_version: ["3.25.2"]
Expand Down

0 comments on commit ed7c62d

Please sign in to comment.