Update CI workflow

This commit is contained in:
alstr 2025-04-10 15:27:32 +01:00
parent cf5f5d2b95
commit 97af4971f9

View File

@ -15,4 +15,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
- name: "Run tests"
run: python -m pytest
run: python -m unittest discover