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 72e03ca commit 66fcafbCopy full SHA for 66fcafb
Makefile
@@ -20,7 +20,7 @@ test:
20
@echo "===================================================================="
21
@echo "Testing Connection Type UNIX"
22
23
- @REDISRS_SERVER_TYPE=unix cargo test --test parser --test test_basic --test test_types --all-features --test-threads=1
+ @REDISRS_SERVER_TYPE=unix cargo test --test parser --test test_basic --test test_types --all-features -- --test-threads=1
24
25
26
@echo "Testing Connection Type UNIX SOCKETS"
0 commit comments