ci: fix tests-sanitize-address-msvc job (pass proper `/fsanitize=address` option)

pull/11533/head
Delyan Angelov 2021-09-18 10:05:24 +03:00
parent 39ad6da506
commit 209b159554
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 3 additions and 3 deletions

View File

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