add delay ci test

This commit is contained in:
Pierre Dubouilh 2018-09-12 19:45:43 +02:00
parent 496490ba29
commit 8bcbcfd994

View file

@ -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