From dc37013c806c3771090961dd9a6e149c9cae5c30 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 24 Sep 2018 19:52:24 -0400 Subject: [PATCH] update order Signed-off-by: Jess Frazelle --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a62ea6c..e729a34 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ run: ## Run a Dockerfile from the command at the top of the file (ex. DIR=telnet @$(CURDIR)/run.sh "$(DIR)" .PHONY: test -test: shellcheck dockerfiles ## Runs the tests on the repository. +test: dockerfiles shellcheck ## Runs the tests on the repository. .PHONY: dockerfiles dockerfiles: ## Tests the changes to the Dockerfiles build.