ci: run only `./v -d network test vlib/net` in periodic.yml

pull/10184/head
Delyan Angelov 2021-05-24 11:26:38 +03:00
parent c0b1f99935
commit 40f11b265e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Symlink V
run: sudo ./v symlink
- name: Run network tests
run: ./v -d network -silent test-self
run: ./v -d network test vlib/net
network-tests-macos:
@ -38,7 +38,7 @@ jobs:
- name: Ensure thirdparty/cJSON/cJSON.o is compiled, before running tests.
run: ./v examples/json.v
- name: Run network tests
run: ./v -d network -silent test-self
run: ./v -d network test vlib/net
network-windows-msvc:
@ -55,4 +55,4 @@ jobs:
echo $VFLAGS
.\make.bat -msvc
- name: Run network tests
run: .\v.exe -d network -silent test-self
run: .\v.exe -d network test vlib/net