1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-06-11 02:46:05 +02:00

python -m pytest

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
JustAnotherArchivist 2022-04-05 17:41:54 +00:00 committed by GitHub
parent 3944dae13e
commit 9b5012184f
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
run: |
git clean -Xfd
python -m pip install --force-reinstall .
pytest
python -m pytest
- name: Test with coverage
if: ${{ startsWith(matrix.os, 'ubuntu') && matrix.python-version == '3.9' }}