From b0662d5e21bedab2c992a0f8acb70a39226765ed Mon Sep 17 00:00:00 2001 From: ljedrz Date: Thu, 25 Nov 2021 13:00:03 +0100 Subject: [PATCH] ci: run tests in release mode Signed-off-by: ljedrz --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7409916c18..2620f32880 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -175,7 +175,7 @@ jobs: root: my_workspace paths: - docker_tag_amd - + publish_snarkos_manifest: machine: image: ubuntu-2004:202101-01 @@ -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: |