File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 28
28
strategy :
29
29
fail-fast : false
30
30
matrix :
31
- os :
32
- - ubuntu-latest
33
- - macos-latest
31
+ include :
32
+ # Different platforms are faster than others. We try to keep
33
+ # the CI snappy at <= 2min.
34
+ - os : ubuntu-latest
35
+ max-examples-ci : 50
36
+ - os : macos-latest
37
+ max-examples-ci : 100
38
+ - os : windows-latest
39
+ max-examples-ci : 50
34
40
steps :
35
41
- name : Checkout branch
36
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
52
run : pixi run arrayapitests --max-examples 1000 --hypothesis-seed=""
47
53
- name : Run Array API tests (PR and main branch)
48
54
if : ${{ github.event_name != 'schedule' }}
49
- run : pixi run arrayapitests -n 3
55
+ run : pixi run arrayapitests --max-examples "$max-examples-ci"
50
56
- name : Upload Array API tests report
51
57
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52
58
with :
You can’t perform that action at this time.
0 commit comments