diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7614297a65..5ad9d5c132 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -828,6 +828,8 @@ jobs: run: ./v build-vbinaries - name: Build examples run: ./v build-examples + - name: Test building V tools + run: ./v -W build-tools - name: v2 self compilation run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v