From e2822356c2875e468ad541961ee87ae78cc8c607 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 13 Jun 2021 20:22:57 +0300 Subject: [PATCH] periodic.yml: comment the 'Run network tests' tasks for now --- .github/workflows/periodic.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index d597bc5439..c23e41322d 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -18,8 +18,8 @@ jobs: run: make -j4 - name: Symlink V run: sudo ./v symlink - - name: Run network tests - run: ./v -d network test vlib/net +## - name: Run network tests +## run: ./v -d network test vlib/net network-tests-macos: @@ -37,8 +37,8 @@ jobs: run: sudo ./v symlink - name: Ensure thirdparty/cJSON/cJSON.o is compiled, before running tests. run: ./v examples/json.v - - name: Run network tests - run: ./v -d network test vlib/net +## - name: Run network tests +## run: ./v -d network test vlib/net network-windows-msvc: @@ -54,5 +54,5 @@ jobs: echo %VFLAGS% echo $VFLAGS .\make.bat -msvc - - name: Run network tests - run: .\v.exe -d network test vlib/net +## - name: Run network tests +## run: .\v.exe -d network test vlib/net