Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed May 23, 2022
1 parent d6a3d6e commit 062a205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,8 @@ jobs:
command: |
export RUSTFLAGS="-Z sanitizer=address -C opt-level=0"
export RUSTDOCFLAGS=$RUSTFLAGS
ASAN_OPTIONS=detect_leaks=1 cargo +nightly test --target x86_64-unknown-linux-gnu
export ASAN_OPTIONS=detect_leaks=1
cargo +nightly test --target x86_64-unknown-linux-gnu
bindings-rust-coverage:
executor: rust
Expand Down

0 comments on commit 062a205

Please sign in to comment.