Skip to content

Commit c060cee

Browse files
committed
Run tests with -v
1 parent 689366a commit c060cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if [[ "${{ matrix.numpy-version }}" == "1.21" || "${{ matrix.numpy-version }}" == "dev" ]]; then
3636
PYTEST_EXTRA=(-k "numpy and not jax")
3737
fi
38-
pytest "${PYTEST_EXTRA[@]}"
38+
pytest -v "${PYTEST_EXTRA[@]}"
3939
4040
# Make sure it installs
4141
python setup.py install

0 commit comments

Comments
 (0)