Commit 068e0527 authored by Andrew Jones's avatar Andrew Jones
Browse files

Revert "Build before test, and test --release"

This reverts commit 7f6ef5ee.
parent 7f6ef5ee
......@@ -7,8 +7,8 @@
stages:
- check
- build
- test
- build
variables:
GIT_STRATEGY: fetch
......@@ -110,7 +110,7 @@ test:
stage: test
<<: *docker-env
script:
- cargo test --release --verbose --workspace --all-features
- cargo test --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