Skip to content

Commit b8f9b8f

Browse files
committed
ensure we keep docker up
1 parent b0f4018 commit b8f9b8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/celery-library/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ tests: ## runs unit tests
2727
--durations=10 \
2828
--exitfirst \
2929
--failed-first \
30+
--keep-docker-up \
3031
--pdb \
3132
-vv \
3233
$(CURDIR)/tests
@@ -41,6 +42,7 @@ tests-ci: ## runs unit tests
4142
--cov-report=term-missing \
4243
--cov-report=xml \
4344
--junitxml=junit.xml -o junit_family=legacy \
45+
--keep-docker-up \
4446
--cov=celery_library \
4547
--durations=10 \
4648
--log-date-format="%Y-%m-%d %H:%M:%S" \

0 commit comments

Comments
 (0)