From 948f3bce44a1abf31386672de307958def67d971 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 9 Apr 2021 20:53:03 -0700 Subject: tests (for CI): ensure debug build has happened --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e65b24..57bc7a1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ help: ## Print info about all commands @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[01;32m%-20s\033[0m %s\n", $$1, $$2}' .PHONY: test -test: ## Run all tests +test: build ## Run all tests cargo test ./tests/live.sh -- cgit v1.2.3