mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: use quotes for "/fsanitize=address" in tests-sanitize-address-msvc
This commit is contained in:
parent
df8a4a03a0
commit
740af306c0
4
.github/workflows/ci_sanitized.yml
vendored
4
.github/workflows/ci_sanitized.yml
vendored
@ -159,14 +159,14 @@ jobs:
|
||||
echo %VFLAGS%
|
||||
echo $VFLAGS
|
||||
.\make.bat -msvc
|
||||
.\v.exe -cflags /fsanitize=address self
|
||||
.\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
|
||||
.\v.exe -cflags "/fsanitize=address" test-self
|
||||
|
||||
tests-sanitize-address-gcc:
|
||||
needs: no-scheduling
|
||||
|
Loading…
Reference in New Issue
Block a user