oops forgot i haven't set up testing yet

This commit is contained in:
husky "the husky" husky 2022-04-10 10:32:40 +00:00
parent 86872f923d
commit 8b4dff0326

View file

@ -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