We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94fa3c9 commit cac49bfCopy full SHA for cac49bf
1 file changed
.github/workflows/tests.yml
@@ -22,3 +22,5 @@ jobs:
22
run: uv sync --all-extras
23
- name: Run pytest
24
run: uv run pytest
25
+ - name: Run examples
26
+ run: uv run pytest examples/
0 commit comments