From 8bcbcfd99420a01881281433446084cf33c4fa7d Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Wed, 12 Sep 2018 19:45:43 +0200 Subject: [PATCH] add delay ci test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d218bf..1500c9e 100755 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ ci: go fmt go vet timeout 5 go run main.go fixture & - go test + sleep 1 && go test ci-watch: ls main.go script.js main_test.go | entr -rc make ci