diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d92be7e055..d6eddd7ffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -549,8 +549,8 @@ jobs: ## v.js dosent work on windows #.\v.exe -o hi.js examples/hello_v_js.v #node hi.js -# - name: Test v binaries -# run: ./v build-vbinaries + - name: Test v binaries + run: ./v build-vbinaries - name: v2 self compilation run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v