Skip to content

Commit 263c144

Browse files
committed
Avoid running doc tests with sanitizer
Until rust-lang/rust#146465 is fixed
1 parent 72e3954 commit 263c144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
# about some small leaks if backtraces are captured,
9090
# so ensure they're not
9191
RUST_BACKTRACE: 0
92-
run: cargo test -Zbuild-std --verbose --target=x86_64-unknown-linux-gnu
92+
run: cargo test -Zbuild-std --verbose --target=x86_64-unknown-linux-gnu --lib --bins --tests

0 commit comments

Comments
 (0)