Skip to content

Commit 2b542cc

Browse files
committed
ci: Add example validation step to test workflow.
1 parent f26a055 commit 2b542cc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828
2929
- name: "🧪 Run mock tests"
3030
run: python -m pytest tests/ -v -k mock
31+
32+
- name: "📋 Validate examples"
33+
run: python -m pytest tests/test_examples.py -v

0 commit comments

Comments
 (0)