mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: bring back Vid test
This commit is contained in:
parent
aef756a3fd
commit
b228bd267f
1 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue