1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

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