mirror of
https://github.com/minio/minio.git
synced 2024-04-21 12:41:46 +00:00
Read more here https://proxy.golang.org proposal for go1.13
6 lines
153 B
Bash
Executable File
6 lines
153 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
GOPROXY=https://proxy.golang.org GO111MODULE=on CGO_ENABLED=0 go test -v -coverprofile=coverage.txt -covermode=atomic ./...
|