ci: disable tests-sanitize-address-msvc for now
parent
0a7fb34613
commit
f5efa93570
|
@ -160,13 +160,13 @@ jobs:
|
||||||
echo $VFLAGS
|
echo $VFLAGS
|
||||||
.\make.bat -msvc
|
.\make.bat -msvc
|
||||||
.\v.exe self
|
.\v.exe self
|
||||||
- name: Install dependencies
|
## - name: Install dependencies
|
||||||
run: |
|
## run: |
|
||||||
.\v.exe setup-freetype
|
## .\v.exe setup-freetype
|
||||||
.\.github\workflows\windows-install-sqlite.bat
|
## .\.github\workflows\windows-install-sqlite.bat
|
||||||
- name: Self tests (/fsanitize=address)
|
## - name: Self tests (TODO: /fsanitize=address)
|
||||||
run: |
|
## run: |
|
||||||
.\v.exe -cflags "/fsanitize=address" test-self
|
## .\v.exe -cflags "/fsanitize=address" test-self
|
||||||
|
|
||||||
tests-sanitize-address-gcc:
|
tests-sanitize-address-gcc:
|
||||||
needs: no-scheduling
|
needs: no-scheduling
|
||||||
|
|
Loading…
Reference in New Issue