Skip to content

Commit 3a7438d

Browse files
committed
disable fail-fast for github actions
1 parent a6d95ad commit 3a7438d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: ubuntu-20.04
1616

1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
compiler: [g++-10, clang]
2021

0 commit comments

Comments
 (0)