CI: Allow nightly to fail

Maxime “pep” Buquet created

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>

Change summary

.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

.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