mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 16:33:13 +03:00
94e5cb7576
Read more https://blog.golang.org/go1.13
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
GO111MODULE=on CGO_ENABLED=0 go test -v -coverprofile=coverage.txt -covermode=atomic ./...
|