diff options
author | Matthew Peveler <matt.peveler@gmail.com> | 2020-06-05 00:13:36 -0400 |
---|---|---|
committer | Matthew Peveler <matt.peveler@gmail.com> | 2021-01-28 02:33:37 +0000 |
commit | 9003da54d47140bbd0bba64be103ff175f4d571b (patch) | |
tree | 5b796c5c15d02d1bf1cee30fd5ff501e08f1a3ba /.github | |
parent | 4d61d4bfa3ca00b01b543a13e695ed518b90ca6d (diff) | |
download | asciidoc-git-9003da54d47140bbd0bba64be103ff175f4d571b.tar.gz |
remove asciidocapi tests
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c258cc0..ac0793a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,6 @@ jobs: xsltproc - run: python asciidoc.py --doctest - - run: python asciidocapi.py - run: time python tests/testasciidoc.py run - run: git clean -x -f doc tests/data |