mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run only ./v -d network test vlib/net
in periodic.yml
This commit is contained in:
parent
c0b1f99935
commit
40f11b265e
6
.github/workflows/periodic.yml
vendored
6
.github/workflows/periodic.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
- 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 -silent test-self
|
run: ./v -d network test vlib/net
|
||||||
|
|
||||||
|
|
||||||
network-tests-macos:
|
network-tests-macos:
|
||||||
@ -38,7 +38,7 @@ jobs:
|
|||||||
- 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 -silent test-self
|
run: ./v -d network test vlib/net
|
||||||
|
|
||||||
|
|
||||||
network-windows-msvc:
|
network-windows-msvc:
|
||||||
@ -55,4 +55,4 @@ jobs:
|
|||||||
echo $VFLAGS
|
echo $VFLAGS
|
||||||
.\make.bat -msvc
|
.\make.bat -msvc
|
||||||
- name: Run network tests
|
- name: Run network tests
|
||||||
run: .\v.exe -d network -silent test-self
|
run: .\v.exe -d network test vlib/net
|
||||||
|
Loading…
Reference in New Issue
Block a user