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

master
Hunam 2022-06-02 05:19:38 +02:00 committed by GitHub
parent 33a2d00445
commit d0a1608ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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