.builds/alpine.yml: tune verbosity down
1 files changed, 2 insertions(+), 2 deletions(-) M .builds/alpine.yml
M .builds/alpine.yml => .builds/alpine.yml +2 -2
@@ 11,7 11,7 @@ sources: tasks: - build: | cd core-go - go build -v ./... + go build ./... - test: | cd core-go - go test -v ./... + go test ./...