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 cffa9ca commit 3654e36Copy full SHA for 3654e36
README.md
@@ -39,6 +39,14 @@ Then, build as usual:
39
cargo build --release
40
```
41
42
+When running the tests, you need to explicitly specify the `test` feature to disable use of the Redis memory allocator when testing:
43
+
44
+```bash
45
+cargo test --features test
46
+```
47
48
+If you forget to do this, you'll see an error mentioning `signal: 4, SIGILL: illegal instruction`.
49
50
## Run
51
52
### Linux
0 commit comments