ci: bring back V UI test
parent
621cb7b914
commit
74c2a3c6e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue