Commit 7f6ef5ee authored by Andrew Jones's avatar Andrew Jones
Browse files

Build before test, and test --release

parent 49e04e5a
Pipeline #188124 failed with stages
in 8 minutes and 1 second
......@@ -7,8 +7,8 @@
stages:
- check
- test
- build
- test
variables:
GIT_STRATEGY: fetch
......@@ -110,7 +110,7 @@ test:
stage: test
<<: *docker-env
script:
- cargo test --verbose --workspace --all-features
- cargo test --release --verbose --workspace --all-features
test-new-project-template:
stage: test
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment