fix pytest directory

This commit is contained in:
Pyry Lahtinen 2022-12-11 14:59:51 +00:00 committed by GitHub
parent 2e4286b68e
commit 2876e6efa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,4 @@ jobs:
- name: Init environment
run: poetry install
- name: Unit tests
run: poetry run pytest src
run: poetry run pytest tests