diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad9d5c132..7614297a65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -828,8 +828,6 @@ 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