Skip to content

Commit 13b46a4

Browse files
committed
Added double-panda test for macOS
1 parent 627c200 commit 13b46a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ endif
148148
python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so --use-slaves ;\
149149
python3 -m RLTest $(TEST_ARGS) --test $(TEST) --module $(INSTALL_DIR)/redisai.so --use-aof
150150
# Commented until the MacOS CI is available
151-
# python3 -m RLTest $(TEST_ARGS) --test double-panda.py --module $(INSTALL_DIR)/redisai.so
151+
python3 -m RLTest $(TEST_ARGS) --test double-panda.py --module $(INSTALL_DIR)/redisai.so
152152

153153
#----------------------------------------------------------------------------------------------
154154

0 commit comments

Comments
 (0)