valkey-io / valkeymodule-rs

Rust valkey SDK for modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use System allocator for unit tests

dmitrypol opened this issue · comments

run cargo test --all --all-targets --no-default-features

     Running unittests examples/acl.rs (target/debug/examples/acl-1f751d51d90ab3bc)
Critical error: the Valkey Allocator isn't available.
error: test failed, to rerun pass `--example acl`

Caused by:
  process didn't exit successfully: `...valkeymodule-rs/target/debug/examples/acl-1f751d51d90ab3bc` (signal: 6, SIGABRT: process abort signal)