From 87bd21135c720c9529d7dfe41e439df6c67bdf38 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Mon, 16 Jun 2025 21:37:03 +0200 Subject: [PATCH] CI: use 500 hypothesis examples, use 4 workers --- .github/workflows/array-api-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/array-api-tests.yml b/.github/workflows/array-api-tests.yml index 515f52e..a659332 100644 --- a/.github/workflows/array-api-tests.yml +++ b/.github/workflows/array-api-tests.yml @@ -3,7 +3,7 @@ name: Array API Tests on: [push, pull_request] env: - PYTEST_ARGS: "-v -rxXfE --hypothesis-disable-deadline --max-examples 200" + PYTEST_ARGS: "-v -rxXfE --hypothesis-disable-deadline --max-examples 500 -n 4" API_VERSIONS: "2023.12 2024.12" jobs: @@ -42,7 +42,7 @@ jobs: fi python -m pip install ${GITHUB_WORKSPACE}/array-api-strict python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt - python -m pip install hypothesis + python -m pip install hypothesis pytest-xdist - name: Run the array API testsuite env: ARRAY_API_TESTS_MODULE: array_api_strict