Skip to content

Commit 569c312

Browse files
committed
CI: use 1000 hypothesis examples, 4 workers
match the setup in array-api-compat
1 parent acfab08 commit 569c312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/array-api-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Array API Tests
33
on: [push, pull_request]
44

55
env:
6-
PYTEST_ARGS: "-v -rxXfE --hypothesis-disable-deadline --max-examples 200"
6+
PYTEST_ARGS: "-v -rxXfE --hypothesis-disable-deadline --max-examples 1000 -n 4"
77
API_VERSIONS: "2023.12 2024.12"
88

99
jobs:
@@ -42,7 +42,7 @@ jobs:
4242
fi
4343
python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
4444
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
45-
python -m pip install hypothesis
45+
python -m pip install hypothesis pytest-xdist
4646
- name: Run the array API testsuite
4747
env:
4848
ARRAY_API_TESTS_MODULE: array_api_strict

0 commit comments

Comments
 (0)