mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tools,v.doc: move vlib/v/doc/
to cmd/tools/vdoc/doc/
to reduce the runtime of the CI runs, when v doc
is changed (#23483)
This commit is contained in:
parent
c6809844bd
commit
40b574b409
18 changed files with 29 additions and 29 deletions
2
TESTS.md
2
TESTS.md
|
@ -188,7 +188,7 @@ tests in the main V repository, for example:
|
|||
|
||||
> [!NOTE]
|
||||
The VDOC test vdoc_file_test.v now also supports VAUTOFIX, which is
|
||||
useful, if you change anything inside cmd/tools/vdoc or vlib/v/doc/,
|
||||
useful, if you change anything inside cmd/tools/vdoc,
|
||||
or inside the modules that it depends on (like markdown).
|
||||
After such changes, just run this command *2 times*, and commit the
|
||||
resulting changes in `cmd/tools/vdoc/testdata` as well:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue