mirror of https://github.com/rwf2/Rocket.git
Allow CI on nightly to fail.
This commit is contained in:
parent
fd446a8ef4
commit
a2c796b84d
|
@ -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