Skip to content

Commit 8b4aef9

Browse files
committed
run tests via runtests.py
1 parent 0abffa9 commit 8b4aef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pip install "${{ matrix.wagtail }}"
7070
pip install -e .[testing]
7171
- name: Test
72-
run: python ./setup.py test
72+
run: ./runtests.py
7373
env:
7474
DATABASE_ENGINE: django.db.backends.${{ matrix.database }}
7575
DATABASE_HOST: localhost

0 commit comments

Comments
 (0)