Skip to content

Commit 1fd4e92

Browse files
committed
Debug/CI: Min build
1 parent 20d0964 commit 1fd4e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [[ $(uname) == "Linux" && -z $DISPLAY ]]; then
2424
XVFB="xvfb-run "
2525
fi
2626

27-
PYTEST_CMD="${XVFB}pytest -r fEs -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TEST_ARGS $COVERAGE $PYTEST_TARGET"
27+
PYTEST_CMD="${XVFB}pytest -v -r fEs -m \"$PATTERN\" -n $PYTEST_WORKERS --dist=loadfile $TEST_ARGS $COVERAGE $PYTEST_TARGET"
2828

2929
if [[ $(uname) != "Linux" && $(uname) != "Darwin" ]]; then
3030
PYTEST_CMD="$PYTEST_CMD --ignore=pandas/tests/plotting/"

0 commit comments

Comments
 (0)