ci: remove verbose flag for tests

This commit is contained in:
Trong Huu Nguyen
2021-11-01 13:11:48 +01:00
parent a6a11656f9
commit eb08d5645d

View File

@@ -2,7 +2,7 @@ wonderwall:
go build -o bin/wonderwall cmd/wonderwall/*.go
test:
go test -v -count=1 ./...
go test -count=1 ./...
alpine:
go build -a -installsuffix cgo -o bin/wonderwall cmd/wonderwall/main.go