Skip to content

Commit

Permalink
Don't fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Oct 23, 2024
1 parent f65a594 commit f43c241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
exclude:
- cc: clang-cl
x86_64: false
fail-fast: false

steps:
- name: Save pristine PATH
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
name: extra (debug)
- id: debug-s4096
name: extra (debug-s4096)
fail-fast: false
steps:
- name: Download Artifact
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -164,6 +165,7 @@ jobs:
- name: minimal
os: ubuntu-latest
config_arg: --disable-native-compiler --disable-shared --disable-debug-runtime --disable-instrumented-runtime --disable-systhreads --disable-str-lib --disable-unix-lib --disable-ocamldoc
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f43c241

Please sign in to comment.