running tests directly instead of via scripts.py
This commit is contained in:
parent
b6a74f7b45
commit
f671027974
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -24,4 +24,4 @@ jobs:
|
|||||||
poetry-version: ${{ matrix.poetry-version }}
|
poetry-version: ${{ matrix.poetry-version }}
|
||||||
|
|
||||||
- name: Run tests with pytest # test script
|
- name: Run tests with pytest # test script
|
||||||
run: poetry run test
|
run: poetry run python -m unittest discover -s tests
|
Loading…
Reference in New Issue
Block a user