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:
parent
1bb38a38bb
commit
e31bf63626
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user