aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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