about summary refs log tree commit diff stats
path: root/.github/workflows/pypy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pypy.yml')
-rw-r--r--.github/workflows/pypy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pypy.yml b/.github/workflows/pypy.yml
index 788f4cb0..0fa60042 100644
--- a/.github/workflows/pypy.yml
+++ b/.github/workflows/pypy.yml
@@ -31,4 +31,4 @@ jobs:
         pip install -r requirements.txt
     - name: Pypy flake8 and test
       run: |
-        make test_flake8 test_pytest test_doctest test_other
+        make test_pylint test_flake8 test_pytest test_doctest test_other