From 6cd815760888211be7ba77af2092492f10633ce1 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 6 Oct 2020 14:26:32 -0400 Subject: [PATCH] .builds/alpine.yml: tune verbosity down --- .builds/alpine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index d5cd7409d4f0eb6457338cbb83ea0177e3e5ae00..c8cdcdf3a9bbc6571f548f8a3f9139d11e67e27b 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -11,7 +11,7 @@ sources: tasks: - build: | cd core-go - go build -v ./... + go build ./... - test: | cd core-go - go test -v ./... + go test ./...