summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index da94989..a3d3930 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -64,7 +64,10 @@ jobs:
texlive-latex-base \
xsltproc
- - run: python asciidoc/asciidoc.py --doctest
+ - run: pip install -U pytest
+
+ - run: python -m asciidoc.asciidoc --doctest
+ - run: python -m pytest
- run: time python tests/testasciidoc.py run
- run: git clean -x -f doc tests/data
@@ -94,5 +97,5 @@ jobs:
with:
python-version: ${{ env.python-version }}
- - run: python asciidoc/asciidoc.py --doctest
+ - run: python -m asciidoc.asciidoc --doctest
- run: python tests/testasciidoc.py run --number 6