mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-20 03:09:14 +08:00
opt-level=1, no ignored tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user