Skip to content

Commit 81090ef

Browse files
committed
chore: add simple fill-devnet-tests run to CI for sanity checks
1 parent fd8e8ef commit 81090ef

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,23 @@ jobs:
5757

5858
- name: Run tests via tox
5959
run: uvx tox -e pytest
60+
61+
fill-tests:
62+
name: Fill test fixtures - Python 3.14
63+
runs-on: ubuntu-latest
64+
steps:
65+
- name: Checkout leanSpec
66+
uses: actions/checkout@v4
67+
68+
- name: Install uv and Python 3.14
69+
uses: astral-sh/setup-uv@v4
70+
with:
71+
enable-cache: true
72+
cache-dependency-glob: "pyproject.toml"
73+
python-version: "3.14"
74+
75+
- name: Sync dependencies
76+
run: uv sync --all-packages --no-progress
77+
78+
- name: Fill test fixtures
79+
run: uv run fill --fork=Devnet --clean

0 commit comments

Comments
 (0)