Skip to content

Commit 0a3f3f3

Browse files
committed
Run the NumPy tests on GitHub Actions in verbose mode
1 parent 5536c87 commit 0a3f3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
item.add_marker("xfail")
6060
EOF
6161
62-
ARRAY_API_TESTS_MODULE=numpy.array_api pytest -rxXfE
62+
ARRAY_API_TESTS_MODULE=numpy.array_api pytest -v -rxXfE

0 commit comments

Comments
 (0)