We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5871ba commit c2599dfCopy full SHA for c2599df
1 file changed
.github/workflows/main.yml
@@ -480,6 +480,7 @@ jobs:
480
run: python3 scripts/run_tests.py --running-type="threads"
481
env:
482
OMP_NUM_THREADS: 7
483
+ ASAN_RUN: 1
484
- name: Run tests (threads, num_threads=11)
485
486
@@ -489,6 +490,7 @@ jobs:
489
490
491
492
OMP_NUM_THREADS: 13
493
494
macos-clang-build:
495
needs:
496
- clang-format
0 commit comments