Skip to content

Commit 2f3b57f

Browse files
committed
Attempt to exclude macro from ASAN tests.
This is no longer working on github CI.
1 parent 8e81ea8 commit 2f3b57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
# leak sanitization, but we don't care about backtraces here, so long
176176
# as the other tests have them.
177177
RUST_BACKTRACE: "0"
178-
run: cargo -Z build-std test --workspace --target x86_64-unknown-linux-gnu
178+
run: cargo -Z build-std test --workspace --target x86_64-unknown-linux-gnu --exclude autocxx-macro
179179

180180
force-wrapper-generation:
181181
name: Test forcing wrapper generation

0 commit comments

Comments
 (0)