File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1414 @echo " clean remove all temporary files"
1515 @echo " lint run the code linters"
1616 @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"
1819 @echo " shell open a Poetry shell"
1920 @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\" "
2025 @echo " "
2126 @echo " Check the Makefile to know exactly what each target is doing."
2227
8590 docker-compose up -d
8691
8792.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