ci: test v -g v.v
parent
1bb38a38bb
commit
e31bf63626
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue