From 4d99157cd5ab729dad73bafe8c28016651740479 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 13 Mar 2022 19:03:35 +0200 Subject: [PATCH] ci: add go2v build & test job to other_ci.yml --- .github/workflows/other_ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/other_ci.yml b/.github/workflows/other_ci.yml index 0836b0727d..f945959130 100644 --- a/.github/workflows/other_ci.yml +++ b/.github/workflows/other_ci.yml @@ -245,4 +245,12 @@ jobs: - name: Installl the libsodium wrapper through VPM run: ./v install libsodium - name: Test libsodium - run: ./v test ~/.vmodules/libsodium + run: VJOBS=1 ./v -stats test ~/.vmodules/libsodium + + ## Go2V + - name: Clone & Build go2v + 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/