Skip to content

Commit 2d520f0

Browse files
committed
Tests before publishing
1 parent 5bafd52 commit 2d520f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ jobs:
9494
uses: astral-sh/setup-uv@v5
9595

9696
- name: Install dependencies
97-
run: uv sync --no-dev
97+
run: uv sync
98+
99+
- name: Run tests
100+
run: uv run -m unittest discover tests
98101

99102
- name: Build source and wheel distribution
100103
run: uv build

0 commit comments

Comments
 (0)