diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57861f8cd1..f6c13ddee4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -294,9 +294,9 @@ jobs: UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1 ./v2 -o v.c cmd/v - name: Build V using V run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v -# QTODO -# - name: v self compilation with -usecache -# run: | + - name: usecache + run: | + ./v -usecache examples/hello_world.v && examples/hello_world # ./v -o v2 -usecache cmd/v # ./v2 -o v3 -usecache cmd/v # ./v3 -usecache examples/tetris/tetris.v