File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 14
14
@echo " clean remove all temporary files"
15
15
@echo " lint run the code linters"
16
16
@echo " format reformat code"
17
- @echo " test run all the tests"
17
+ @echo " test run all the tests against redislabs/redisearch:edge"
18
+ @echo " test_oss run all the tests against redis:latest"
18
19
@echo " shell open a Poetry shell"
19
20
@echo " redis start a Redis instance with Docker"
21
+ @echo " sync generate modules redis_om, tests_sync from aredis_om, tests respectively"
22
+ @echo " dist build a redis-om package"
23
+ @echo " upload upload a redis-om package to PyPI"
24
+ @echo " all equivalent to \" make lint format test\" "
20
25
@echo " "
21
26
@echo " Check the Makefile to know exactly what each target is doing."
22
27
85
90
docker-compose up -d
86
91
87
92
.PHONY : all
88
- all : redis $( INSTALL_STAMP ) lint test
93
+ all : lint format test
You can’t perform that action at this time.
0 commit comments