We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88c34e commit c10c6d4Copy full SHA for c10c6d4
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
run: cargo test --features v2,secure
68
69
- name: Test libmimalloc-sys crate bindings (v2, secure)
70
- run: cargo run --features libmimalloc-sys-test/v3,libmimalloc-sys-test/secure -p libmimalloc-sys-test
+ run: cargo run --features libmimalloc-sys-test/v2,libmimalloc-sys-test/secure -p libmimalloc-sys-test
71
72
- name: Build (v2, no secure)
73
run: cargo build --features v2
0 commit comments