Skip to content

Commit 1ca2fd5

Browse files
committed
ci: linear graalpy tests
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> style: pre-commit fixes
1 parent 630cfa2 commit 1ca2fd5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
-e.[test,test-meta,test-numpy,test-schema,wheels,cov,wheel-free-setuptools]
138138

139139
- name: Test package
140-
if: "!contains(matrix.python_version, 'pypy')"
140+
if: "!contains(matrix.python_version, 'py')"
141141
run: >-
142142
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term -n
143143
auto --durations=20
@@ -153,6 +153,12 @@ jobs:
153153
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term
154154
--durations=20 -n auto
155155
156+
- name: Test package (serial)
157+
if: "contains(matrix.python_version, 'graalpy')"
158+
run: >-
159+
pytest -ra --showlocals --cov --cov-report=xml --cov-report=term
160+
--durations=20
161+
156162
- name: Upload coverage report
157163
uses: codecov/codecov-action@v5
158164
with:

0 commit comments

Comments
 (0)