We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08a788 commit b8e0e01Copy full SHA for b8e0e01
1 file changed
.github/workflows/test.yml
@@ -107,6 +107,7 @@ jobs:
107
RUST_BACKTRACE: 1
108
run: |
109
git submodule update --init
110
+ cd python/tests
111
uv run --no-project pytest -v .
112
113
- name: FFI unit tests
0 commit comments