aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-04-09 20:53:03 -0700
committerBryan Newbold <bnewbold@archive.org>2021-04-09 20:53:03 -0700
commit948f3bce44a1abf31386672de307958def67d971 (patch)
tree10ecbdfd816e7db682bb37fef592e117d9b974ff
parent43987f17fd10fcac49a28731aa0931959d7fee25 (diff)
downloadfatcat-cli-948f3bce44a1abf31386672de307958def67d971.tar.gz
fatcat-cli-948f3bce44a1abf31386672de307958def67d971.zip
tests (for CI): ensure debug build has happened
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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