Skip to content

Commit fcbf3ed

Browse files
authored
[CI] Fix missing 'ASAN_RUN' env variables in sanitizer runs (#398)
1 parent d5871ba commit fcbf3ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ jobs:
480480
run: python3 scripts/run_tests.py --running-type="threads"
481481
env:
482482
OMP_NUM_THREADS: 7
483+
ASAN_RUN: 1
483484
- name: Run tests (threads, num_threads=11)
484485
run: python3 scripts/run_tests.py --running-type="threads"
485486
env:
@@ -489,6 +490,7 @@ jobs:
489490
run: python3 scripts/run_tests.py --running-type="threads"
490491
env:
491492
OMP_NUM_THREADS: 13
493+
ASAN_RUN: 1
492494
macos-clang-build:
493495
needs:
494496
- clang-format

0 commit comments

Comments
 (0)