Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
cargo-contract
Commits
068e0527
Commit
068e0527
authored
Apr 12, 2022
by
Andrew Jones
Browse files
Revert "Build before test, and test --release"
This reverts commit
7f6ef5ee
.
parent
7f6ef5ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
068e0527
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment