diff --git a/Makefile b/Makefile index 1b30349b67..d182fa7048 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ runserver: # Run to start the background celery worker for development. celeryd: - $(PYTHON) manage.py celeryd -l DEBUG -B + $(PYTHON) manage.py celeryd -l DEBUG -B -Ofair # Run all API unit tests. test: