We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce1213 commit 251a650Copy full SHA for 251a650
1 file changed
_tests/Makefile
@@ -4,7 +4,7 @@ test-setup:
4
go get github.com/onsi/gomega
5
6
test-integration:
7
- go test -v ./...
+ go test -v -ginkgo.v ./...
8
9
build:
10
# Precompile the test suite into a binary "_tests.test"
0 commit comments