[cicd] add -vvv pytest suffix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
SouthFox 2023-05-08 12:08:26 +08:00
parent 8561f594e8
commit 96993d7552

View file

@ -9,4 +9,4 @@ steps:
- mv tests/key.pem data/key.pem
- mv tests/test.toml data/config.toml
- poetry install --with dev
- poetry run pytest
- poetry run pytest -vvv