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 46bbb51 commit 1362761Copy full SHA for 1362761
Makefile
@@ -33,6 +33,7 @@ clean:
33
rm -rf build
34
rm -rf dist
35
rm -rf redis_om
36
+ docker-compose down
37
38
39
.PHONY: dist
@@ -64,6 +65,7 @@ format: $(INSTALL_STAMP) sync
64
65
.PHONY: test
66
test: $(INSTALL_STAMP) sync redis
67
REDIS_OM_URL="$(REDIS_OM_URL)" $(POETRY) run pytest -n auto -vv ./tests/ ./tests_sync/ --cov-report term-missing --cov $(NAME) $(SYNC_NAME)
68
69
70
.PHONY: test_oss
71
test_oss: $(INSTALL_STAMP) sync redis
0 commit comments