Avoid failing fast on features GHA workflow
This commit is contained in:
parent
be315aebaf
commit
893a084b7a
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
- {toolchain: stable, os: macos-latest, experimental: false, flags: ""}
|
||||
- {toolchain: beta, os: ubuntu-latest, experimental: false, flags: ""}
|
||||
- {toolchain: nightly, os: ubuntu-latest, experimental: true, flags: ""}
|
||||
fail-fast: false
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user