mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
|
|
CGO_ENABLED=0 go test -v -coverprofile=coverage.txt -covermode=atomic ./...
|