Skip to content

Commit a6ac0c7

Browse files
author
Simon Prickett
authored
Merge pull request #178 from redis/stop-docker-after-make-#177
Runs docker-compose down at end of clean and test targets.
2 parents 46bbb51 + 1362761 commit a6ac0c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ clean:
3333
rm -rf build
3434
rm -rf dist
3535
rm -rf redis_om
36+
docker-compose down
3637

3738

3839
.PHONY: dist
@@ -64,6 +65,7 @@ format: $(INSTALL_STAMP) sync
6465
.PHONY: test
6566
test: $(INSTALL_STAMP) sync redis
6667
REDIS_OM_URL="$(REDIS_OM_URL)" $(POETRY) run pytest -n auto -vv ./tests/ ./tests_sync/ --cov-report term-missing --cov $(NAME) $(SYNC_NAME)
68+
docker-compose down
6769

6870
.PHONY: test_oss
6971
test_oss: $(INSTALL_STAMP) sync redis

0 commit comments

Comments
 (0)