Skip to content

Commit 65d9c31

Browse files
committed
Run tests on CI.
1 parent db18240 commit 65d9c31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Install the project
3030
run: uv sync --all-extras --dev
3131

32-
# - name: Run doit
33-
# run: uv run doit
32+
- name: Run tests
33+
run: uv run pytest -v test

0 commit comments

Comments
 (0)