We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d35ce4 commit 0a86b65Copy full SHA for 0a86b65
.github/workflows/ci.yml
@@ -42,6 +42,6 @@ jobs:
42
run: uv run maturin build --release --features abi3
43
working-directory: ./python
44
- name: Test python package
45
- run: uv run python -m unittest test.py
+ run: uv run python -m unittest discover -s tests
46
47
0 commit comments