Skip to content

Commit 0668f83

Browse files
committed
Don't fail fast
1 parent 6caa968 commit 0668f83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
jobs:
1313
windows:
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
ocaml-compiler:
1718
- ocaml.5.0.0,ocaml-option-mingw
@@ -48,6 +49,7 @@ jobs:
4849

4950
build-4_x:
5051
strategy:
52+
fail-fast: false
5153
matrix:
5254
os:
5355
- ubuntu-latest

0 commit comments

Comments
 (0)