ci: use VTEST_JUST_ESSENTIAL=1 for the -cstrict test-self task in ubuntu-clang too

master
Delyan Angelov 2022-06-19 16:08:24 +03:00
parent 6875a173ec
commit b9cb56572f
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -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