@@ -31,45 +31,44 @@ jobs:
3131 matrix :
3232 os : [ubuntu-latest]
3333 python-version : ["3.9"]
34- pytest_args : [tests/benchmarks/test_arrow.py]
35- runtime-version : [upstream]
36- # runtime-version: [upstream, latest, "0.2.1"]
34+ pytest_args : [tests]
35+ runtime-version : [upstream, latest, "0.2.1"]
3736 include :
3837 # Run stability tests on Python 3.8
3938 - pytest_args : tests/stability
4039 python-version : " 3.8"
4140 runtime-version : upstream
4241 os : ubuntu-latest
43- # - pytest_args: tests/stability
44- # python-version: "3.8"
45- # runtime-version: latest
46- # os: ubuntu-latest
47- # - pytest_args: tests/stability
48- # python-version: "3.8"
49- # runtime-version: "0.2.1"
50- # os: ubuntu-latest
42+ - pytest_args : tests/stability
43+ python-version : " 3.8"
44+ runtime-version : latest
45+ os : ubuntu-latest
46+ - pytest_args : tests/stability
47+ python-version : " 3.8"
48+ runtime-version : " 0.2.1"
49+ os : ubuntu-latest
5150 # Run stability tests on Python 3.10
5251 - pytest_args : tests/stability
5352 python-version : " 3.10"
5453 runtime-version : upstream
5554 os : ubuntu-latest
56- # - pytest_args: tests/stability
57- # python-version: "3.10"
58- # runtime-version: latest
59- # os: ubuntu-latest
60- # - pytest_args: tests/stability
61- # python-version: "3.10"
62- # runtime-version: "0.2.1"
63- # os: ubuntu-latest
55+ - pytest_args : tests/stability
56+ python-version : " 3.10"
57+ runtime-version : latest
58+ os : ubuntu-latest
59+ - pytest_args : tests/stability
60+ python-version : " 3.10"
61+ runtime-version : " 0.2.1"
62+ os : ubuntu-latest
6463 # Run stability tests on Python Windows and MacOS (latest py39 only)
65- # - pytest_args: tests/stability
66- # python-version: "3.9"
67- # runtime-version: latest
68- # os: windows-latest
69- # - pytest_args: tests/stability
70- # python-version: "3.9"
71- # runtime-version: latest
72- # os: macos-latest
64+ - pytest_args : tests/stability
65+ python-version : " 3.9"
66+ runtime-version : latest
67+ os : windows-latest
68+ - pytest_args : tests/stability
69+ python-version : " 3.9"
70+ runtime-version : latest
71+ os : macos-latest
7372
7473 steps :
7574 - name : Checkout
0 commit comments