Skip to content

Commit

Permalink
Don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Dec 20, 2023
1 parent 6caa968 commit 0668f83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
windows:
strategy:
fail-fast: false
matrix:
ocaml-compiler:
- ocaml.5.0.0,ocaml-option-mingw
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:

build-4_x:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand Down

0 comments on commit 0668f83

Please sign in to comment.