Skip to content

Commit 7800819

Browse files
committed
Add an explicit --target specification to asan so proc macros are not sanitized
1 parent 682001f commit 7800819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ jobs:
7878
uses: ./.github/actions/test
7979
with:
8080
toolchain: nightly
81+
target: "x86_64-unknown-linux-gnu"
8182
rustflags: "-Z sanitizer=address"
8283
rustdocflags: "-Z sanitizer=address"

0 commit comments

Comments
 (0)