Skip to content

Commit ed7c62d

Browse files
authored
No fail fast for tests
1 parent e037af8 commit ed7c62d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
container: gcc:${{matrix.gcc_version}}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
gcc_version: [5, 6, 7, 8, 9, 10, 11, 12]
1213
cmake_version: ["3.25.2"]

0 commit comments

Comments
 (0)