oops forgot i haven't set up testing yet
This commit is contained in:
parent
86872f923d
commit
8b4dff0326
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
rust-latest:
|
|
||||||
stage: build
|
|
||||||
image: rust:latest
|
|
||||||
script:
|
|
||||||
- cargo build --verbose
|
|
||||||
- cargo test --verbose
|
|
||||||
|
|
||||||
rust-nightly:
|
|
||||||
stage: build
|
|
||||||
image: rustlang/rust:nightly
|
|
||||||
script:
|
|
||||||
- cargo build --verbose
|
|
||||||
- cargo test --verbose
|
|
||||||
allow_failure: true
|
|
Loading…
Add table
Reference in a new issue