diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba1c350614..457c7e0e7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -321,6 +321,7 @@ jobs: - name: Build option_test.v with -autofree run: ./v -autofree vlib/v/tests/option_test.v - name: V self compilation with -parallel-cc + run: | ./v -o v2 -parallel-cc cmd/v - name: Build modules run: |