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

Separate test stage + Limit to one core

parent 4020a4bd
No related branches found
Tags rust-rewrite-alpha-1
1 merge request!1Rust Rewrite
......@@ -2,7 +2,7 @@ stages:
- format
- build
- lint
# - test
- test
- image
.rust_template: &rust_template
......@@ -23,14 +23,13 @@ rust-nightly:
<<: *rust_template
script:
- cargo build --verbose
- cargo test --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 -j 1
rust-nightly-fmt:
stage: format
......
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