Skip to content

Commit

Permalink
ci: run tests in release mode
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <[email protected]>
  • Loading branch information
ljedrz committed Nov 25, 2021
1 parent f3f6584 commit b0662d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run:
name: Build and run tests
no_output_timeout: 35m
command: RUST_MIN_STACK=8388608 cargo test --workspace
command: RUST_MIN_STACK=8388608 cargo test --workspace --release
- clear_environment:
cache_key: snarkos-stable-cache

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
root: my_workspace
paths:
- docker_tag_amd

publish_snarkos_manifest:
machine:
image: ubuntu-2004:202101-01
Expand All @@ -197,7 +197,7 @@ jobs:
command: |
AMD_TAG=$(cat my_workspace/docker_tag_amd)
echo $AMD_TAG
docker pull $DOCKER_REPO:$AMD_TAG
docker pull $DOCKER_REPO:$AMD_TAG
- run:
name: "Create and push docker multi arch manifest"
command: |
Expand Down

0 comments on commit b0662d5

Please sign in to comment.