From 97be840a6d92695f5ce4587daf749896ffe893ce Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 19 Jun 2022 13:29:36 +0300 Subject: [PATCH] ci: use VTEST_JUST_ESSENTIAL=1 for the ubuntu -cstrict gcc task (prevent 2 hour runs) --- .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 a966d8b729..c52c3714e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -298,7 +298,7 @@ jobs: - name: Self tests (-prod) run: ./v -o vprod -prod cmd/v && ./vprod test-self - name: Self tests (-cstrict) - run: V_CI_CSTRICT=1 ./v -cc gcc -cstrict test-self + run: VTEST_JUST_ESSENTIAL=1 V_CI_CSTRICT=1 ./v -cc gcc -cstrict test-self - name: Build examples run: ./v build-examples - name: Build tetris.v with -autofree