Use release and no lock_free_delays on burn-in build

This commit is contained in:
Tyler Neely 2021-07-21 22:09:52 +02:00
parent fa0ad0da3e
commit 5683aa7ee9
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ jobs:
rm -rf default.sled || true
export RUSTFLAGS="-Z sanitizer=address"
export ASAN_OPTIONS="detect_odr_violation=0"
cargo +nightly build --features=lock_free_delays --target x86_64-unknown-linux-gnu
target/x86_64-unknown-linux-gnu/debug/stress2 --duration=60
cargo +nightly build --release --target x86_64-unknown-linux-gnu
target/x86_64-unknown-linux-gnu/release/stress2 --duration=240
rm -rf default.sled
- name: print backtraces with gdb
if: ${{ failure() }}