diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 9e2bc6d141..d597bc5439 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -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