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