Skip to content

Commit 266e980

Browse files
committed
Distinguish test folders in CI workflow
1 parent f8e257a commit 266e980

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/numpy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
env:
2929
ARRAY_API_TESTS_MODULE: array_api_strict
3030
run: |
31-
pytest -v -rxXfE --skips-file numpy-skips.txt
31+
pytest -v -rxXfE --skips-file numpy-skips.txt array_api_tests/
32+
# We also have internal tests that isn't really necessary for adopters
33+
pytest -v -rxXfE meta_tests/

0 commit comments

Comments
 (0)