Skip to content

Commit 5683aa7

Browse files
committed
Use release and no lock_free_delays on burn-in build
1 parent fa0ad0d commit 5683aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
rm -rf default.sled || true
119119
export RUSTFLAGS="-Z sanitizer=address"
120120
export ASAN_OPTIONS="detect_odr_violation=0"
121-
cargo +nightly build --features=lock_free_delays --target x86_64-unknown-linux-gnu
122-
target/x86_64-unknown-linux-gnu/debug/stress2 --duration=60
121+
cargo +nightly build --release --target x86_64-unknown-linux-gnu
122+
target/x86_64-unknown-linux-gnu/release/stress2 --duration=240
123123
rm -rf default.sled
124124
- name: print backtraces with gdb
125125
if: ${{ failure() }}

0 commit comments

Comments
 (0)