mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 05:32:03 +00:00
Allow CI on nightly to fail.
This commit is contained in:
parent
07e4170b72
commit
17eca5bcc6
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- platform: { name: Linux, distro: ubuntu-latest, toolchain: nightly }
|
- platform: { name: Linux, distro: ubuntu-latest, toolchain: nightly }
|
||||||
test: { name: Core, flag: "--core" }
|
test: { name: Core, flag: "--core" }
|
||||||
|
fallible: true
|
||||||
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }
|
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }
|
||||||
test: { name: Release, flag: "--release" }
|
test: { name: Release, flag: "--release" }
|
||||||
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }
|
- platform: { name: Linux, distro: ubuntu-latest, toolchain: stable }
|
||||||
|
Loading…
Reference in New Issue
Block a user