Skip to content
Snippets Groups Projects
Commit 7649af08 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

Combine build/test for now

parent 8f92f035
No related branches found
No related tags found
1 merge request!1Rust Rewrite
......@@ -2,7 +2,7 @@ stages:
- format
- build
- lint
- test
# - test
- image
.rust_template: &rust_template
......@@ -23,14 +23,15 @@ rust-nightly:
<<: *rust_template
script:
- cargo build --verbose
rust-nightly-test:
stage: test
image: rustlang/rust:nightly
<<: *rust_template
script:
- cargo test --verbose
# rust-nightly-test:
# stage: test
# image: rustlang/rust:nightly
# <<: *rust_template
# script:
# - cargo test --verbose
rust-nightly-fmt:
stage: format
image: rustlang/rust:nightly
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment