Skip to content
Snippets Groups Projects
Commit 39a67cb2 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Merge branch 'rust' into 'master'

Test all packages in Cargo workspace

Closes #37

See merge request gitlab-org/gitlab-ci-yml!124
parents 8d914a76 fa4e62c1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,4 +20,4 @@ image: "rust:latest"
test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --verbose --jobs 1 --release # Don't parallelise to make errors more readable
- cargo test --all --verbose
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