mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
See if we can turn on the stack-use-after-return asan check
This commit is contained in:
parent
185899eab1
commit
ca3583e1df
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -84,6 +84,7 @@ jobs:
|
||||
env:
|
||||
RUSTFLAGS: -Zsanitizer=address
|
||||
RUSTDOCFLAGS: -Zsanitizer=address
|
||||
ASAN_OPTIONS: 'detect_stack_use_after_return=1'
|
||||
run: cargo -Z build-std test --features 'bundled-full session buildtime_bindgen with-asan' --target x86_64-unknown-linux-gnu
|
||||
|
||||
# Ensure clippy doesn't complain.
|
||||
|
Loading…
Reference in New Issue
Block a user