We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v test cmd/tools/vdoc
1 parent 82cd44e commit 6e0c48aCopy full SHA for 6e0c48a
.github/workflows/module_docs_ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install markdown from vpm
48
run: v retry -- v install markdown
49
- name: Test v doc
50
- run: ./v test cmd/tools/vdoc/
+ run: VJOBS=1 ./v test cmd/tools/vdoc/
51
- name: Build module documentation and check the examples in the comments
52
run: VJOBS=1 ./v doc -m -f html -unsafe-run-examples -time vlib/
53
- name: Deploy docs to vercel
0 commit comments