mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
periodic.yml: comment the 'Run network tests' tasks for now
This commit is contained in:
12
.github/workflows/periodic.yml
vendored
12
.github/workflows/periodic.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
|||||||
run: make -j4
|
run: make -j4
|
||||||
- name: Symlink V
|
- name: Symlink V
|
||||||
run: sudo ./v symlink
|
run: sudo ./v symlink
|
||||||
- name: Run network tests
|
## - name: Run network tests
|
||||||
run: ./v -d network test vlib/net
|
## run: ./v -d network test vlib/net
|
||||||
|
|
||||||
|
|
||||||
network-tests-macos:
|
network-tests-macos:
|
||||||
@ -37,8 +37,8 @@ jobs:
|
|||||||
run: sudo ./v symlink
|
run: sudo ./v symlink
|
||||||
- name: Ensure thirdparty/cJSON/cJSON.o is compiled, before running tests.
|
- name: Ensure thirdparty/cJSON/cJSON.o is compiled, before running tests.
|
||||||
run: ./v examples/json.v
|
run: ./v examples/json.v
|
||||||
- name: Run network tests
|
## - name: Run network tests
|
||||||
run: ./v -d network test vlib/net
|
## run: ./v -d network test vlib/net
|
||||||
|
|
||||||
|
|
||||||
network-windows-msvc:
|
network-windows-msvc:
|
||||||
@ -54,5 +54,5 @@ jobs:
|
|||||||
echo %VFLAGS%
|
echo %VFLAGS%
|
||||||
echo $VFLAGS
|
echo $VFLAGS
|
||||||
.\make.bat -msvc
|
.\make.bat -msvc
|
||||||
- name: Run network tests
|
## - name: Run network tests
|
||||||
run: .\v.exe -d network test vlib/net
|
## run: .\v.exe -d network test vlib/net
|
||||||
|
Reference in New Issue
Block a user