Fix gitlab rust latest
This commit is contained in:
parent
508148af21
commit
5d8495b21f
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
|
image: 'rust:latest'
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
build-rust-latest:
|
build-rust-latest:
|
||||||
stage: build
|
stage: build
|
||||||
image: rustlang/rust
|
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
- cargo test --verbose
|
- cargo test --verbose
|
||||||
|
|
Loading…
Reference in a new issue