mirror of
https://github.com/minio/minio
synced 2026-08-29 14:36:37 -04:00
5 lines
120 B
Bash
Executable file
5 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 ./...
|