From 9e8e3644939f592ada09eefb85591296d290f6ec Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 7 May 2022 12:53:54 +0300 Subject: [PATCH] ci: comment out the go2v testing step for now --- .github/workflows/other_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/other_ci.yml b/.github/workflows/other_ci.yml index 785cd6b5d7..96c6f2f145 100644 --- a/.github/workflows/other_ci.yml +++ b/.github/workflows/other_ci.yml @@ -248,8 +248,8 @@ jobs: run: git clone --depth=1 https://github.com/vlang/go2v go2v/ - name: Build go2v run: ./v go2v/ - - name: Run tests for go2v - run: VJOBS=1 ./v -stats test go2v/ + ## - name: Run tests for go2v + ## run: VJOBS=1 ./v -stats test go2v/ ## vlang/pdf - name: Clone & Build vlang/pdf