mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-10-21 15:30:24 +00:00
8 lines
132 B
Bash
Executable File
8 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
export GO111MODULE=on
|
|
|
|
bash -c "umask 0; go test -v -covermode=count -coverprofile=coverage.out ./..."
|
|
|