ci: comment out the go2v testing step for now
parent
e044ba2400
commit
e344d68b62
|
@ -248,8 +248,8 @@ jobs:
|
||||||
run: git clone --depth=1 https://github.com/vlang/go2v go2v/
|
run: git clone --depth=1 https://github.com/vlang/go2v go2v/
|
||||||
- name: Build go2v
|
- name: Build go2v
|
||||||
run: ./v go2v/
|
run: ./v go2v/
|
||||||
- name: Run tests for go2v
|
## - name: Run tests for go2v
|
||||||
run: VJOBS=1 ./v -stats test go2v/
|
## run: VJOBS=1 ./v -stats test go2v/
|
||||||
|
|
||||||
## vlang/pdf
|
## vlang/pdf
|
||||||
- name: Clone & Build vlang/pdf
|
- name: Clone & Build vlang/pdf
|
||||||
|
|
Loading…
Reference in New Issue