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:
parent
6875a173ec
commit
b9cb56572f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
Block a user