Skip to content

Commit 0a86b65

Browse files
committed
fix python tests
1 parent 9d35ce4 commit 0a86b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
run: uv run maturin build --release --features abi3
4343
working-directory: ./python
4444
- name: Test python package
45-
run: uv run python -m unittest test.py
45+
run: uv run python -m unittest discover -s tests
4646
working-directory: ./python
4747

0 commit comments

Comments
 (0)