about summary refs log tree commit diff stats
path: root/.github/workflows/doctest.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/doctest.yml')
-rw-r--r--.github/workflows/doctest.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/doctest.yml b/.github/workflows/doctest.yml
index 904ed376..272453d3 100644
--- a/.github/workflows/doctest.yml
+++ b/.github/workflows/doctest.yml
@@ -1,4 +1,4 @@
-name: Python doctest and manpage-completion
+name: Python pytest, doctest and manpage-completion
 
 on:
   push:
@@ -27,4 +27,4 @@ jobs:
         pip install -r requirements.txt
     - name: doctest
       run: |
-        make test_doctest test_other
+        make test_pytest test_doctest test_other