Skip to content

Commit 134e6b7

Browse files
committed
Don't fail fast
1 parent 7a4ea21 commit 134e6b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
name: ${{ matrix.config.label }} tests (${{ matrix.config.os }})
2424
runs-on: ${{ matrix.config.os }}
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
config:
2829
- { os: windows-latest, label: misc, tests: 'test/unit/*_test.cpp test/unit/math/*_test.cpp test/unit/math/memory' }
@@ -79,6 +80,7 @@ jobs:
7980
name: mix fun and prob tests ${{ matrix.config.group }} (${{ matrix.config.os }})
8081
runs-on: ${{ matrix.config.os }}
8182
strategy:
83+
fail-fast: false
8284
matrix:
8385
config:
8486
- { os: windows-latest, group: 1 }

0 commit comments

Comments
 (0)