Force running tests on creating release

This will help us detect early issues with the releases.
This commit is contained in:
Régis Behmo 2020-10-13 15:16:44 +02:00
parent 1d67bb36e2
commit 2ca62be52e
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ dist/tutor:
nightly: ## Create a "nightly" release
$(MAKE) tag TAG=nightly
release: ## Create a release tag and push it to origin
release: test ## Create a release tag and push it to origin
$(MAKE) retag release-origin release-overhangio TAG=v$(shell make version)
retag: