Skip to content

Commit 3654e36

Browse files
committed
Document flags for running tests
1 parent cffa9ca commit 3654e36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Then, build as usual:
3939
cargo build --release
4040
```
4141

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+
4250
## Run
4351

4452
### Linux

0 commit comments

Comments
 (0)