Skip to content

Commit 8ba5292

Browse files
chore: comment out unit tests for now
1 parent d0a837f commit 8ba5292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Format and lint Python
2828
run: uv run pre-commit run --all-files --show-diff-on-failure
2929

30-
- name: Run unit tests
31-
run: uv run pytest tests/unit
30+
# - name: Run unit tests
31+
# run: uv run pytest tests/unit
3232

3333
notify:
3434
needs: [test]

0 commit comments

Comments
 (0)