ci: comment out the go2v testing step for now

Delyan Angelov 2022-05-07 12:53:54 +03:00 committed by Jef Roosens
parent e044ba2400
commit e344d68b62
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 2 additions and 2 deletions

View File

@ -248,8 +248,8 @@ jobs:
run: git clone --depth=1 https://github.com/vlang/go2v go2v/
- name: Build go2v
run: ./v go2v/
- name: Run tests for go2v
run: VJOBS=1 ./v -stats test go2v/
## - name: Run tests for go2v
## run: VJOBS=1 ./v -stats test go2v/
## vlang/pdf
- name: Clone & Build vlang/pdf