Skip to content

Commit

Permalink
fix: correct arg ordering typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Dec 3, 2020
1 parent 616175e commit 554a404
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 @@ -147,7 +147,7 @@ jobs:
ulimit -u 20000
ulimit -n 20000
cargo +<< pipeline.parameters.nightly-toolchain >> -Zpackage-features test --all --verbose --release lifecycle -- --ignored --nocapture
cargo +<< pipeline.parameters.nightly-toolchain >> -Zpackage-features -p storage-proofs-porep test --features single-threaded --release checkout_cores -- --test-threads=1
cargo +<< pipeline.parameters.nightly-toolchain >> -Zpackage-features test -p storage-proofs-porep --features single-threaded --release checkout_cores -- --test-threads=1
no_output_timeout: 30m
environment:
RUST_TEST_THREADS: 1
Expand Down

0 comments on commit 554a404

Please sign in to comment.