ci: test v -g v.v

pull/3016/head
Alexander Medvednikov 2019-12-08 20:45:30 +03:00
parent 1bb38a38bb
commit e31bf63626
1 changed files with 2 additions and 0 deletions

View File

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