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