1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: msvc: disable tests for now

This commit is contained in:
Alexander Medvednikov 2020-04-07 03:30:11 +02:00
parent a8c92e6dff
commit 605cad3411

View File

@ -270,10 +270,10 @@ jobs:
echo %VFLAGS%
echo $VFLAGS
.\make.bat -msvc
- name: Fixed tests
run: |
./v vlib/v/tests/backtrace_test.v
./v test-fixed
# - name: Fixed tests
# run: |
# ./v vlib/v/tests/backtrace_test.v
# ./v test-fixed
# - name: Test
# run: |
# .\v.exe -silent test-compiler