We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e031096 commit 97be840Copy full SHA for 97be840
.github/workflows/ci.yml
@@ -298,7 +298,7 @@ jobs:
298
- name: Self tests (-prod)
299
run: ./v -o vprod -prod cmd/v && ./vprod test-self
300
- name: Self tests (-cstrict)
301
- 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
302
- name: Build examples
303
run: ./v build-examples
304
- name: Build tetris.v with -autofree
0 commit comments