Skip to content

Commit 6e0c48a

Browse files
committed
ci: use VJOBS=1 for the v test cmd/tools/vdoc step too, to ease diagnosing remote CI failures
1 parent 82cd44e commit 6e0c48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/module_docs_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install markdown from vpm
4848
run: v retry -- v install markdown
4949
- name: Test v doc
50-
run: ./v test cmd/tools/vdoc/
50+
run: VJOBS=1 ./v test cmd/tools/vdoc/
5151
- name: Build module documentation and check the examples in the comments
5252
run: VJOBS=1 ./v doc -m -f html -unsafe-run-examples -time vlib/
5353
- name: Deploy docs to vercel

0 commit comments

Comments
 (0)