Skip to content

Commit cac49bf

Browse files
committed
ci: run examples in test workflow
Add step to run example scripts as tests in CI to prevent examples from growing stale. Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent 94fa3c9 commit cac49bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
run: uv sync --all-extras
2323
- name: Run pytest
2424
run: uv run pytest
25+
- name: Run examples
26+
run: uv run pytest examples/

0 commit comments

Comments
 (0)