Skip to content

Commit

Permalink
chore: CI: run no GPU tests in release mode (#1586)
Browse files Browse the repository at this point in the history
Those tests run for a long time, release mode reduced the time. The
tests now run under 20mins, compared to over 1h prior to this commit.
  • Loading branch information
vmx committed Apr 12, 2022
1 parent 70e3f58 commit efb3ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
- run:
name: Test with no gpu
command: |
cargo +<< pipeline.parameters.nightly-toolchain >> test --all --verbose --no-default-features
cargo +<< pipeline.parameters.nightly-toolchain >> test --all --verbose --release --no-default-features
no_output_timeout: 30m

test_arm_no_gpu:
Expand Down

0 comments on commit efb3ec2

Please sign in to comment.