Skip to content

Commit cf8362c

Browse files
authored
include stability tests for runtime 0.2.0 (#580)
1 parent 14c0518 commit cf8362c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
python-version: "3.8"
4848
runtime-version: "0.1.0"
4949
os: ubuntu-latest
50+
- pytest_args: tests/stability
51+
python-version: "3.8"
52+
runtime-version: "0.2.0"
53+
os: ubuntu-latest
5054
# Run stability tests on Python 3.10
5155
- pytest_args: tests/stability
5256
python-version: "3.10"
@@ -60,6 +64,10 @@ jobs:
6064
python-version: "3.10"
6165
runtime-version: "0.1.0"
6266
os: ubuntu-latest
67+
- pytest_args: tests/stability
68+
python-version: "3.10"
69+
runtime-version: "0.2.0"
70+
os: ubuntu-latest
6371
# Run stability tests on Python Windows and MacOS (latest py39 only)
6472
- pytest_args: tests/stability
6573
python-version: "3.9"

0 commit comments

Comments
 (0)