Skip to content

Commit 77e437f

Browse files
committed
log separate
1 parent 09e0e2f commit 77e437f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/asan.yml renamed to .github/workflows/compiler_sanitization.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Address Sanitizer Tests
1+
name: Compiler Sanitizer Tests
22

33
on:
44
push:
@@ -75,6 +75,7 @@ jobs:
7575
- name: Build and install quaddtype with ASan
7676
working-directory: quaddtype
7777
run: |
78+
# Build with sanitizers - these flags propagate to subprojects (SLEEF, qblas) by default
7879
pip install .[test] -v --no-build-isolation \
7980
-Csetup-args=-Db_sanitize=address,undefined \
8081
-Csetup-args=-Db_lundef=false

0 commit comments

Comments
 (0)