Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 9, 2020
1 parent 78a8d60 commit 06d66d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci/crossbeam-skiplist.sh
Expand Up @@ -17,5 +17,9 @@ if [[ "$RUST_VERSION" == "nightly"* ]]; then

# Run sanitizers
# export ASAN_OPTIONS="detect_leaks=0"
"$script_dir"/san.sh --features nightly
# "$script_dir"/san.sh --features nightly
cargo clean
RUSTFLAGS="-Z sanitizer=address" \
cargo test --release --target x86_64-unknown-linux-gnu --test base

fi

0 comments on commit 06d66d1

Please sign in to comment.