Skip to content

Commit 6dc1a50

Browse files
Update workflows
1 parent 292f717 commit 6dc1a50

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v3
2323

24+
- name: Execute Tests
25+
run: uv run pytest -v tests/ --cov=tk_tools
26+
2427
- name: Build wheel file in `dist/`
2528
run: uv build
2629

.github/workflows/publishTest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v3
2525

26+
- name: Execute Tests
27+
run: uv run pytest -v tests/ --cov=tk_tools
28+
2629
- name: Build wheel file in `dist/`
2730
run: uv build
2831

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
uses: astral-sh/setup-uv@v3
2323

2424
- name: Execute Tests
25-
run: uv run pytest -v test/ --cov=mats
25+
run: uv run pytest -v tests/ --cov=tk_tools

0 commit comments

Comments
 (0)