Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
remove --release from CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Oct 30, 2019
1 parent f83bfe3 commit c6ee791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ test-full-crypto-feature: &test-full-crypto-feature
- $DEPLOY_TAG
script:
- cd core/primitives/
- time cargo build --release --verbose --no-default-features --features full_crypto
- time cargo build --verbose --no-default-features --features full_crypto
- cd ../application-crypto
- time cargo build --release --verbose --no-default-features --features full_crypto
- time cargo build --verbose --no-default-features --features full_crypto
- sccache -s


Expand Down

0 comments on commit c6ee791

Please sign in to comment.