mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
Add -x to pytest invocation (#735)
Signed-off-by: ashotland <ari@dragonflydb.io>
This commit is contained in:
parent
4c9b30ca43
commit
353aa344ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/regression-tests.yml
vendored
2
.github/workflows/regression-tests.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
pip install -r dragonfly/requirements.txt
|
||||
export DRAGONFLY_PATH="${GITHUB_WORKSPACE}/build/dragonfly" # used by PyTests
|
||||
|
||||
pytest -xv dragonfly
|
||||
pytest -xvr dragonfly
|
||||
|
||||
- name: Send notification on failure
|
||||
if: failure()
|
||||
|
|
Loading…
Reference in a new issue