1
0
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:
Alexander Medvednikov 2020-04-22 07:40:38 +02:00
parent aef756a3fd
commit b228bd267f

View File

@ -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