ci: use VTEST_JUST_ESSENTIAL=1 for the ubuntu -cstrict gcc task (prevent 2 hour runs)
parent
e0310964d9
commit
97be840a6d
|
@ -298,7 +298,7 @@ jobs:
|
|||
- name: Self tests (-prod)
|
||||
run: ./v -o vprod -prod cmd/v && ./vprod test-self
|
||||
- name: Self tests (-cstrict)
|
||||
run: V_CI_CSTRICT=1 ./v -cc gcc -cstrict test-self
|
||||
run: VTEST_JUST_ESSENTIAL=1 V_CI_CSTRICT=1 ./v -cc gcc -cstrict test-self
|
||||
- name: Build examples
|
||||
run: ./v build-examples
|
||||
- name: Build tetris.v with -autofree
|
||||
|
|
Loading…
Reference in New Issue