[ci] add ./tests to pytest command

This commit is contained in:
Maxime Alves LIRMM 2022-02-10 12:38:54 +01:00
parent a69d2b7639
commit 90203b2edf
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ test:
- pip3 install pipenv
- pipenv install --dev --skip-lock
- pipenv run pytest --version
- pipenv run pytest -v ./tests
- PYTHONPATH=./tests/ pipenv run pytest -v ./tests
- pipenv run halfapi --version
run: