Disable verbose testing on CI
This commit is contained in:
parent
df378704ce
commit
58f7065e61
|
@ -24,4 +24,4 @@ fi
|
||||||
go get -u github.com/aws/aws-sdk-go/...
|
go get -u github.com/aws/aws-sdk-go/...
|
||||||
|
|
||||||
# Test all packages which are allowed on all Go versions
|
# Test all packages which are allowed on all Go versions
|
||||||
go test -v $packages
|
go test $packages
|
||||||
|
|
Loading…
Reference in New Issue