Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit d654d25

Browse files
committed
Maybe like this?
1 parent ba1ef0b commit d654d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gitlab/test-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ rustup default $1
1414
rustup show
1515

1616
echo "________Running Parity Full Test Suite________"
17-
RUSTFLAGS="-C opt-level=3" time cargo test $OPTIONS --features "$FEATURES" --locked --all --target $CARGO_TARGET --verbose --color=always -- --test-threads $THREADS
17+
RUSTFLAGS="-C opt-level=3 -C overflow-checks=off -C incremental=false -C debuginfo=2" time cargo test $OPTIONS --features "$FEATURES" --locked --all --target $CARGO_TARGET --verbose --color=always -- --test-threads $THREADS

0 commit comments

Comments
 (0)