Skip to content

Commit 42406c7

Browse files
committed
rename original tests to "must-build"
1 parent dcbf1ff commit 42406c7

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727
pip install -r requirements.txt
2828
pip install .
2929
30-
- name: Build test/
30+
- name: Build Test
3131
run: |
32-
cd test && make html SPHINXOPTS='-W'
32+
cd test/must-build && make html SPHINXOPTS='-W'
3333
3434
- name: Build Test with toc show_parents=hide
3535
run: |
36-
cd test && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=hide'
36+
cd test/must-build && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=hide'
3737
3838
- name: Build Test with toc show_parents=domain
3939
run: |
40-
cd test && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=domain'
40+
cd test/must-build && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=domain'
4141
4242
- name: Build Test with toc show_parents=all
4343
run: |
44-
cd test && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=all'
44+
cd test/must-build && make html SPHINXOPTS='-W -D toc_object_entries_show_parents=all'

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist/
22
build/
33
doc/_build
4-
test/_build
4+
test/must-build/_build
55
*.pyc
66
*.egg-info
77
.DS_Store
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)