Update makefile

This commit is contained in:
Fundor333
2020-12-23 14:19:00 +01:00
committed by GitHub
parent 468605b43c
commit 8e335d77d1

View File

@@ -22,7 +22,7 @@ migrate: ## Make and run migrations
.PHONY: test
test: ## Run tests
pipenv run skjold -v audit Pipenv.lock
pipenv run skjold -v audit Pipfile.lock
pipenv run python manage.py test application --verbosity=0 --parallel --failfast
.PHONY: run