mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 08:22:32 +01:00
add delay ci test
This commit is contained in:
parent
496490ba29
commit
8bcbcfd994
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -37,7 +37,7 @@ ci:
|
||||||
go fmt
|
go fmt
|
||||||
go vet
|
go vet
|
||||||
timeout 5 go run main.go fixture &
|
timeout 5 go run main.go fixture &
|
||||||
go test
|
sleep 1 && go test
|
||||||
|
|
||||||
ci-watch:
|
ci-watch:
|
||||||
ls main.go script.js main_test.go | entr -rc make ci
|
ls main.go script.js main_test.go | entr -rc make ci
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue