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 ubuntu -cstrict gcc task (prevent 2 hour runs)

This commit is contained in:
Delyan Angelov 2022-06-19 13:29:36 +03:00
parent e0310964d9
commit 97be840a6d
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

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