We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go test
1 parent 68d4128 commit 56ec6b9Copy full SHA for 56ec6b9
hack/verify-kep-metadata.sh
@@ -23,4 +23,4 @@ ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
23
cd "${ROOT}"
24
25
# run the tests
26
-GO111MODULE=on go test ./test/metadata_test.go
+GO111MODULE=on go test -v ./test/metadata_test.go
0 commit comments