ci: disable tests-sanitize-address-msvc for now

pull/11537/head
Delyan Angelov 2021-09-18 15:11:39 +03:00
parent 0a7fb34613
commit f5efa93570
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 7 additions and 7 deletions

View File

@ -160,13 +160,13 @@ jobs:
echo $VFLAGS
.\make.bat -msvc
.\v.exe self
- name: Install dependencies
run: |
.\v.exe setup-freetype
.\.github\workflows\windows-install-sqlite.bat
- name: Self tests (/fsanitize=address)
run: |
.\v.exe -cflags "/fsanitize=address" test-self
## - name: Install dependencies
## run: |
## .\v.exe setup-freetype
## .\.github\workflows\windows-install-sqlite.bat
## - name: Self tests (TODO: /fsanitize=address)
## run: |
## .\v.exe -cflags "/fsanitize=address" test-self
tests-sanitize-address-gcc:
needs: no-scheduling