opt-level=1, no ignored tests

This commit is contained in:
Aaron Blankstein
2020-04-08 11:43:57 -05:00
parent a34c6c2e29
commit 1d763ece93

View File

@@ -54,9 +54,9 @@ jobs:
command: |
docker run -it --security-opt seccomp=unconfined -e CIRCLE_TESTING=1 -e RUST_BACKTRACE=1 -e CARGO_INCREMENTAL=0 \
-e RUSTFLAGS="$RUSTFLAGS" -v "$PWD:/blockstack" rustlang/rust:nightly-stretch \
bash -c "cd /blockstack && rustup override set nightly && cargo build --verbose && cargo test && cargo test -- --ignored --test-threads 1"
bash -c "cd /blockstack && rustup override set nightly && cargo build --verbose && cargo test"
environment:
RUSTFLAGS: -Zprofile -Copt-level=2 -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads
RUSTFLAGS: -Zprofile -Copt-level=1 -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads
no_output_timeout: 30m
- run:
name: Collect debug outputs