diff --git a/Makefile b/Makefile index 6f4deae..8a70124 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ build: ##@ Testing ## Run tests -test: +test: .env.test godotenv -f .env.test gotestsum --format=testdox -- -cover ./... ## Run tests with coverage