tools: move _test.v files for vdoc at the same level (#21473)

This commit is contained in:
Delyan Angelov 2024-05-08 17:29:49 +03:00 committed by GitHub
parent 972a137087
commit 8eaaba6094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 11 additions and 12 deletions

View file

@ -24,13 +24,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build V
run: make -j4
run: make -j4 && ./v symlink
- name: Install markdown from vpm
run: v retry -- v install markdown
- name: Test v doc
run: |
# While the integration tests (executing the v doc command) should install
# markdown automatically, unit tests won't. Run integration tests first.
./v test cmd/tools/vdoc/tests/
./v test cmd/tools/vdoc/*.v
run: ./v test cmd/tools/vdoc/
- name: Build module documentation
run: ./v doc -m -f html vlib/
- name: Deploy docs to vercel