We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a99500 commit 4204154Copy full SHA for 4204154
1 file changed
.github/workflows/python.yml
@@ -50,4 +50,7 @@ jobs:
50
run: |
51
cargo build --manifest-path python/tskit_glue/Cargo.toml
52
LD_LIBRARY_PATH=$(dirname "$(realpath "$(uv python find)")")/../lib uv run ldd python/tskit_glue/target/debug/libtskit_glue.so
53
+ - name: Test zerocopy
54
+ run: |
55
+ LD_LIBRARY_PATH=$(dirname "$(realpath "$(uv python find)")")/../lib uv run cargo test --manifest-path python/zerocopy/Cargo.toml
56
0 commit comments