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 e1b2306 commit 7a15df1Copy full SHA for 7a15df1
.github/workflows/ci.yml
@@ -50,6 +50,15 @@ jobs:
50
51
- name: Test libmimalloc-sys crate bindings (no secure)
52
run: cargo run -p libmimalloc-sys-test
53
+
54
+ - name: Build (extended)
55
+ run: cargo build --features extended
56
57
+ - name: Test (extended)
58
+ run: cargo test --features extended
59
60
+ - name: Test libmimalloc-sys crate bindings (extended)
61
+ run: cargo run --features extended -p libmimalloc-sys-test
62
63
lint:
64
name: Rustfmt / Clippy
0 commit comments