mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: bring back Vid test
This commit is contained in:
parent
aef756a3fd
commit
b228bd267f
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -97,10 +97,10 @@ jobs:
|
||||
run: ./v symlink && v -o v2 cmd/v
|
||||
# - name: Test vsh
|
||||
# run: ./v examples/v_script.vsh
|
||||
# - name: Test vid
|
||||
# run: |
|
||||
# git clone --depth 1 https://github.com/vlang/vid.git
|
||||
# cd vid && ../v -o vid .
|
||||
- name: Test vid
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/vlang/vid.git
|
||||
cd vid && ../v -o vid .
|
||||
- name: Fixed tests
|
||||
run: ./v test-fixed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user