mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
chore(ci): explicitly define halt on error for ASAN detected issues
This commit is contained in:
parent
0dd85c8452
commit
e9bed05c7c
1
.github/workflows/sanitize.yml
vendored
1
.github/workflows/sanitize.yml
vendored
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
|
||||
- name: Run main tests with address sanitizer (ASAN)
|
||||
env:
|
||||
ASAN_OPTIONS: halt_on_error=1
|
||||
CFLAGS: -fsanitize=address
|
||||
RUSTFLAGS: -Zsanitizer=address
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue