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:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user