Skip to content

Commit cf21cea

Browse files
committed
Allow specifying extra pytest args in the test yamls
1 parent c3d0d8e commit cf21cea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ on:
66
package-name:
77
required: true
88
type: string
9+
pytest-extra-args:
10+
required: false
11+
type: string
12+
913

1014
env:
11-
PYTEST_ARGS: "--max-examples 200 -v -rxXfE --ci"
15+
PYTEST_ARGS: "--max-examples 200 -v -rxXfE --ci ${{ inputs.pytest-extra-args }}"
1216

1317
jobs:
1418
tests:

0 commit comments

Comments
 (0)