Skip to content

Commit 8645d43

Browse files
committed
ci: run v doc with VJOBS=1 on the CI, to make remote diagnosing of failures easier
1 parent 8ebb32b commit 8645d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
- name: Build V
8181
run: make
8282
- name: Check examples in the doc comments for all vlib modules
83-
run: ./v doc -check-examples -f none vlib/
83+
run: VJOBS=1 ./v doc -check-examples -f none vlib/

.github/workflows/module_docs_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Test v doc
5050
run: ./v test cmd/tools/vdoc/
5151
- name: Build module documentation and check the examples in the comments
52-
run: ./v doc -m -f html -unsafe-run-examples -time vlib/
52+
run: VJOBS=1 ./v doc -m -f html -unsafe-run-examples -time vlib/
5353
- name: Deploy docs to vercel
5454
if: github.event_name == 'push' && github.repository == 'vlang/v' && github.ref == 'refs/heads/master'
5555
run: npx vercel --confirm --prod --name vmodules --token ${{ secrets.VERCEL_TOKEN }} vlib/_docs/ || true

0 commit comments

Comments
 (0)