We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0ad0d commit 5683aa7Copy full SHA for 5683aa7
.github/workflows/test.yml
@@ -118,8 +118,8 @@ jobs:
118
rm -rf default.sled || true
119
export RUSTFLAGS="-Z sanitizer=address"
120
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
+ cargo +nightly build --release --target x86_64-unknown-linux-gnu
+ target/x86_64-unknown-linux-gnu/release/stress2 --duration=240
123
rm -rf default.sled
124
- name: print backtraces with gdb
125
if: ${{ failure() }}
0 commit comments