aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-10-28 00:37:55 -0700
committerBryan Newbold <bnewbold@robocracy.org>2022-10-28 00:37:55 -0700
commitea1c10f9db0ca5ecc1741c7561cb5dba8f779a8d (patch)
tree0ec555c5bc50a344082d14db9067d40a41a07f04
parent174e1efbbb646e19ac335b335e13db3aa313d44e (diff)
downloadadenosine-ea1c10f9db0ca5ecc1741c7561cb5dba8f779a8d.tar.gz
adenosine-ea1c10f9db0ca5ecc1741c7561cb5dba8f779a8d.zip
Makefile: fix tests
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7baf57..dee5f5a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@ help: ## Print info about all commands
.PHONY: test
test: build ## Run all tests
cargo test
- ./tests/live.sh
.PHONY: lint
lint: ## Run syntax/style checks