Skip to content

Commit 4d99157

Browse files
committed
ci: add go2v build & test job to other_ci.yml
1 parent f7feb63 commit 4d99157

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/other_ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,12 @@ jobs:
245245
- name: Installl the libsodium wrapper through VPM
246246
run: ./v install libsodium
247247
- name: Test libsodium
248-
run: ./v test ~/.vmodules/libsodium
248+
run: VJOBS=1 ./v -stats test ~/.vmodules/libsodium
249+
250+
## Go2V
251+
- name: Clone & Build go2v
252+
run: git clone --depth=1 https://github.com/vlang/go2v go2v/
253+
- name: Build go2v
254+
run: ./v go2v/
255+
- name: Run tests for go2v
256+
run: VJOBS=1 ./v -stats test go2v/

0 commit comments

Comments
 (0)