Skip to content

Commit

Permalink
Drop fail-fast in CI to run jobs even after another fails
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Aug 9, 2021
1 parent f445a7e commit 8cf3b60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
container: debian:bullseye
env:
TOOLCHAIN: stable
strategy:
fail-fast: false
steps:
- name: Install native Rust toolchain, Valgrind, and build utilitis
run: |
Expand Down Expand Up @@ -118,6 +120,8 @@ jobs:
container: debian:bullseye
env:
TOOLCHAIN: stable
strategy:
fail-fast: false
steps:
- name: Install rust targets
run: |
Expand Down Expand Up @@ -205,6 +209,7 @@ jobs:
include:
- platform: macos-10.15
- platform: macos-11
fail-fast: false
runs-on: ${{ matrix.platform }}
env:
TOOLCHAIN: stable
Expand Down

0 comments on commit 8cf3b60

Please sign in to comment.