From 062a2059bb8f01d4c4634bf8f2a26e383f862ce5 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 23 May 2022 17:47:57 +0200 Subject: [PATCH] f --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 7d27d1ca4..11a58a1f4 100644 --- a/circle.yml +++ b/circle.yml @@ -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