We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4ea21 commit 134e6b7Copy full SHA for 134e6b7
1 file changed
.github/workflows/main.yml
@@ -23,6 +23,7 @@ jobs:
23
name: ${{ matrix.config.label }} tests (${{ matrix.config.os }})
24
runs-on: ${{ matrix.config.os }}
25
strategy:
26
+ fail-fast: false
27
matrix:
28
config:
29
- { os: windows-latest, label: misc, tests: 'test/unit/*_test.cpp test/unit/math/*_test.cpp test/unit/math/memory' }
@@ -79,6 +80,7 @@ jobs:
79
80
name: mix fun and prob tests ${{ matrix.config.group }} (${{ matrix.config.os }})
81
82
83
84
85
86
- { os: windows-latest, group: 1 }
0 commit comments