From ea1c10f9db0ca5ecc1741c7561cb5dba8f779a8d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 28 Oct 2022 00:37:55 -0700 Subject: Makefile: fix tests --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3