ci: comment out the go2v testing step for now

master
Delyan Angelov 2022-05-07 12:53:54 +03:00
parent ca42ace367
commit 9e8e364493
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
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