ci: use VTEST_JUST_ESSENTIAL=1 for the -cstrict test-self task in ubuntu-clang too
parent
6875a173ec
commit
b9cb56572f
|
@ -396,7 +396,7 @@ jobs:
|
||||||
./v -o vprod -prod cmd/v
|
./v -o vprod -prod cmd/v
|
||||||
./vprod test-self
|
./vprod test-self
|
||||||
- name: Self tests (-cstrict)
|
- 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
|
- name: Build examples
|
||||||
run: ./v build-examples
|
run: ./v build-examples
|
||||||
|
|
Loading…
Reference in New Issue