1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: test v -g v.v

This commit is contained in:
Alexander Medvednikov 2019-12-08 20:45:30 +03:00
parent 1bb38a38bb
commit e31bf63626

View File

@ -54,6 +54,8 @@ jobs:
run: ./v symlink && v -o v2 v.v
- name: Test vsh
run: ./v examples/v_script.vsh
- name: Test v -g v.v
run: ./v -g -o v2 v.v
- name: Test vid
run: |
git clone --depth 1 https://github.com/vlang/vid.git