forked from LaconicNetwork/kompose
7 lines
185 B
Bash
Executable File
7 lines
185 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
source "$(dirname "$BASH_SOURCE")/.build"
|
|
|
|
go test "${BUILD_FLAGS[@]}" -race -cover -v $( go list github.com/kubernetes-incubator/kompose/... | grep -v '/vendor/' )
|