Skip to content

Commit 45a770e

Browse files
committed
python: make sure that the stubs are in sync in the CI
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent 0e81786 commit 45a770e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ jobs:
114114
run: uv run maturin develop
115115
- name: Run the tests
116116
run: uv run pytest
117+
- name: Check stubs are up-to-date
118+
run: |
119+
cargo run --bin stub_gen
120+
git diff --exit-code
117121
118122
wasm:
119123
name: Build wasm release

0 commit comments

Comments
 (0)