Skip to content

Commit 4204154

Browse files
committed
update tests
1 parent 7a99500 commit 4204154

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@ jobs:
5050
run: |
5151
cargo build --manifest-path python/tskit_glue/Cargo.toml
5252
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
5356

0 commit comments

Comments
 (0)