1
0
mirror of https://github.com/minio/minio.git synced 2025-04-01 10:13:42 -04:00

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 ./...