From 9f620ab23b0f87d6829b81a5823ee5401f39d38d Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 18 Oct 2020 21:29:29 +0200 Subject: [PATCH] ci: build all V UI examples --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index acbd1d3dce..274a4db5e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,8 +215,7 @@ jobs: mkdir -p ~/.vmodules ln -s $(pwd) ~/.vmodules/ui ../v examples/rectangles.v -# ../v examples/users.v -# ../v examples/calculator.v + ../v run ./build_examples.vsh ubuntu: runs-on: ubuntu-18.04