From b609836f79ab05bdf5804bfcfbed5c0ada0ea5e6 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 24 Aug 2020 10:20:11 +0300 Subject: [PATCH] ci: run `VJOBS=1 ./v test-fixed` on the macos job, to better diagnose a sporadic V panic --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9708c61f7e..3ef2b3161e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: - name: Test symlink run: ./v symlink && v -o v2 cmd/v - name: Fixed tests - run: ./v test-fixed + run: VJOBS=1 ./v test-fixed - name: Build examples run: ./v build-examples - name: v vet