diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d520e602f..ce573b12b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: run: ./v test v - name: Test v->js run: ./v -o hi.js examples/hello_v_js.v && node hi.js -# - name: Test vid -# run: | -# git clone --depth 1 https://github.com/vlang/vid.git -# cd vid && ../v -o vid . + - name: Test vid + run: | + git clone --depth 1 https://github.com/vlang/vid.git + cd vid && ../v -o vid . build-ubuntu: runs-on: ubuntu-18.04