From 3aa7276e7ef5b9e8276328b24dff3b9aef7e7367 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 9 Apr 2021 19:32:42 -0700 Subject: add very crude 'live' test against API (shell script) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 16ae25d..3e65b24 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ help: ## Print info about all commands .PHONY: test test: ## Run all tests cargo test + ./tests/live.sh .PHONY: lint lint: ## Run syntax/style checks -- cgit v1.2.3