From 74c2a3c6e62989032bc1c5d27561224989a64e8d Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 5 May 2020 02:29:23 +0200 Subject: [PATCH] ci: bring back V UI test --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 661c238e57..17edc32c44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,12 @@ jobs: cd vid && ../v -o vid . - name: Fixed tests run: ./v test-fixed + - name: Build V UI examples + run: | + cd .. + git clone --depth 1 https://github.com/vlang/ui + cd ui + ../v examples/rectangles.v ubuntu: runs-on: ubuntu-18.04