Skip to content

Commit a602450

Browse files
committed
Distinguish test folders in CI workflow
1 parent aa79bb6 commit a602450

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/numpy.yml

Lines changed: 3 additions & 1 deletion
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 --skips-file numpy-skips.txt meta_tests/

0 commit comments

Comments
 (0)