diff --git a/circle.yml b/circle.yml index 0ce4ce630..b7f93dde1 100644 --- a/circle.yml +++ b/circle.yml @@ -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