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:
|
||||
- build
|
||||
|
||||
build-rust-latest:
|
||||
stage: build
|
||||
image: rustlang/rust
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
|
|
Loading…
Reference in a new issue