From 73bd82e70642eb6f6098342dea11454a1031a3b0 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 10 Nov 2019 05:29:51 +0300 Subject: [PATCH] Revert "ci: disable vid build for now" This reverts commit e3ad367b805edb7d44da5bbb150821ee36034369. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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