Skip to content

Commit 53d0daa

Browse files
committed
Automatically run tests
1 parent baa28b7 commit 53d0daa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
- name: Build
2626
run: uv build
2727

28+
- name: Test
29+
run: uv run pytest
30+
2831
- name: Run ruff
2932
run: uv run ruff check

0 commit comments

Comments
 (0)