We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e4f44 commit 59dd5aeCopy full SHA for 59dd5ae
Makefile
@@ -158,7 +158,7 @@ test_leak: test_internal
158
159
.PHONY: test_internal
160
test_internal:
161
- RUSTFLAGS="-Zsanitizer=leak" cargo +nightly test --lib -- --nocapture
+ RUSTFLAGS="-Zsanitizer=leak" cargo +nightly test -F trace_log --lib -- --nocapture ${ARGS}
162
163
.PHONY: build
164
build: init
0 commit comments