From 86266ce87a2a4d425717b78f64d36f229ed6996e Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 22 Apr 2020 23:34:32 -0400 Subject: [PATCH] ci: Ensure release recipe tests first When your tests take < 2s, it feels wrong not to run them before that horrifically slow webpack build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c67b97a..b9b4122 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,6 @@ test: perl t/Game.t .PHONY: release -release: +release: test ./build.sh scp -r build/* www@euchre.live:/var/www/euchre-live -- libgit2 1.1.1