Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-09-16 20:00:55 +02:00
parent b6b0c5ee52
commit 36e66a7ac4
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -1,3 +1,5 @@
---
stages:
- lint
- test
@ -18,7 +20,8 @@ variables:
.nightly:
image: rustlang/rust:nightly
allow_failure: true # It's not often, but it happens nightly breaks, surprisingly.
# It's not often, but it happens nightly breaks, surprisingly.
allow_failure: true
extends:
- .show-version