Skip to content

Commit 1ba0135

Browse files
committed
disable fail fast
1 parent 11dfeaa commit 1ba0135

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gcc-zoo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
container:
1414
image: gcc:${{ matrix.gcc }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
gcc: [5.2, 6.4, 7.4, 8.1, 12]
1819
steps:

0 commit comments

Comments
 (0)