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 @@ - https://git.sr.ht/~sircmpwn/core-go tasks: - build: | cd core-go - go build -v ./... + go build ./... - test: | cd core-go - go test -v ./... + go test ./...