ci: msvc: disable tests for now

pull/4274/head
Alexander Medvednikov 2020-04-07 03:30:11 +02:00
parent a8c92e6dff
commit 605cad3411
1 changed files with 4 additions and 4 deletions

View File

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