Skip to content

Commit 97be840

Browse files
committed
ci: use VTEST_JUST_ESSENTIAL=1 for the ubuntu -cstrict gcc task (prevent 2 hour runs)
1 parent e031096 commit 97be840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
- name: Self tests (-prod)
299299
run: ./v -o vprod -prod cmd/v && ./vprod test-self
300300
- name: Self tests (-cstrict)
301-
run: V_CI_CSTRICT=1 ./v -cc gcc -cstrict test-self
301+
run: VTEST_JUST_ESSENTIAL=1 V_CI_CSTRICT=1 ./v -cc gcc -cstrict test-self
302302
- name: Build examples
303303
run: ./v build-examples
304304
- name: Build tetris.v with -autofree

0 commit comments

Comments
 (0)