Set fail-fast to false.
This commit is contained in:
parent
b604ea3e93
commit
5d908a1153
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