ci: re-enable Go2V test suite (#14588)

Hunam 2022-06-02 05:19:38 +02:00 committed by Chewing_Bever
parent 9459fb549f
commit b70c60dcb8
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 4 additions and 4 deletions

View File

@ -131,12 +131,12 @@ jobs:
- name: Build go2v
continue-on-error: true
run: |
echo "Clone go2v"
echo "Clone Go2V"
clone --depth=1 https://github.com/vlang/go2v go2v/
echo "Build go2v"
echo "Build Go2V"
./v go2v/
## echo "Run tests for go2v"
## VJOBS=1 ./v -stats test go2v/
echo "Run Go2V tests"
VJOBS=1 ./v -stats test go2v/
- name: Build vlang/pdf
continue-on-error: true