mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Run 'test-requirements' as part of 'make test'
This is consistent with our other apps [1]. Although it won't get picked up by CI just yet [2], we can still benefit from it locally. [1]: https://github.com/alphagov/document-download-api/blob/master/Makefile#L25 [2]: https://github.com/alphagov/notifications-manuals/issues/9
This commit is contained in:
2
Makefile
2
Makefile
@@ -54,7 +54,7 @@ generate-version-file: ## Generates the app version file
|
||||
@echo -e "__git_commit__ = \"${GIT_COMMIT}\"\n__time__ = \"${DATE}\"" > ${APP_VERSION_FILE}
|
||||
|
||||
.PHONY: test
|
||||
test: generate-version-file ## Run tests
|
||||
test: test-requirements ## Run tests
|
||||
./scripts/run_tests.sh
|
||||
|
||||
.PHONY: freeze-requirements
|
||||
|
||||
Reference in New Issue
Block a user