CI: Allow nightly to fail
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
a4325c787a
commit
476813a10a
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ variables:
|
||||||
|
|
||||||
.nightly:
|
.nightly:
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
|
allow_failure: true # It's not often, but it happens nightly breaks, surprisingly.
|
||||||
|
|
||||||
.build:
|
.build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue