Skip to content

Commit 20ca038

Browse files
committed
ci: build hello world with -usecache
1 parent fadfc3b commit 20ca038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ jobs:
294294
UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 ./v2 -o v.c cmd/v
295295
- name: Build V using V
296296
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v
297-
# QTODO
298-
# - name: v self compilation with -usecache
299-
# run: |
297+
- name: usecache
298+
run: |
299+
./v -usecache examples/hello_world.v && examples/hello_world
300300
# ./v -o v2 -usecache cmd/v
301301
# ./v2 -o v3 -usecache cmd/v
302302
# ./v3 -usecache examples/tetris/tetris.v

0 commit comments

Comments
 (0)