CI: lint
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
b6b0c5ee52
commit
36e66a7ac4
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
---
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
|
@ -18,7 +20,8 @@ variables:
|
||||||
|
|
||||||
.nightly:
|
.nightly:
|
||||||
image: rustlang/rust: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:
|
extends:
|
||||||
- .show-version
|
- .show-version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue