Skip to content

Commit 66fcafb

Browse files
committed
Fix Makefile
1 parent 72e03ca commit 66fcafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test:
2020
@echo "===================================================================="
2121
@echo "Testing Connection Type UNIX"
2222
@echo "===================================================================="
23-
@REDISRS_SERVER_TYPE=unix cargo test --test parser --test test_basic --test test_types --all-features --test-threads=1
23+
@REDISRS_SERVER_TYPE=unix cargo test --test parser --test test_basic --test test_types --all-features -- --test-threads=1
2424

2525
@echo "===================================================================="
2626
@echo "Testing Connection Type UNIX SOCKETS"

0 commit comments

Comments
 (0)