.gitlab-ci.yml 🔗
@@ -12,6 +12,7 @@ variables:
.nightly:
image: rustlang/rust:nightly
+ allow_failure: true # It's not often, but it happens nightly breaks, surprisingly.
.build:
stage: build
Maxime “pep” Buquet created
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
@@ -12,6 +12,7 @@ variables:
.nightly:
image: rustlang/rust:nightly
+ allow_failure: true # It's not often, but it happens nightly breaks, surprisingly.
.build:
stage: build