diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-04-09 20:53:03 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-04-09 20:53:03 -0700 |
commit | 948f3bce44a1abf31386672de307958def67d971 (patch) | |
tree | 10ecbdfd816e7db682bb37fef592e117d9b974ff /Makefile | |
parent | 43987f17fd10fcac49a28731aa0931959d7fee25 (diff) | |
download | fatcat-cli-948f3bce44a1abf31386672de307958def67d971.tar.gz fatcat-cli-948f3bce44a1abf31386672de307958def67d971.zip |
tests (for CI): ensure debug build has happened
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |