From b9cb56572f99278bedf9fda52cac9c8a9dd5745c Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 19 Jun 2022 16:08:24 +0300 Subject: [PATCH] ci: use VTEST_JUST_ESSENTIAL=1 for the -cstrict test-self task in ubuntu-clang too --- .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 c52c3714e2..37ba2e81a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -396,7 +396,7 @@ jobs: ./v -o vprod -prod cmd/v ./vprod test-self - name: Self tests (-cstrict) - run: V_CI_CSTRICT=1 ./vprod -cstrict test-self + run: VTEST_JUST_ESSENTIAL=1 V_CI_CSTRICT=1 ./vprod -cstrict test-self - name: Build examples run: ./v build-examples