Skip to content

Commit 251a650

Browse files
committed
fix(Makefile): run in verbose mode
cc/ @gabrtv - this change prints command output to stdout
1 parent 2ce1213 commit 251a650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test-setup:
44
go get github.com/onsi/gomega
55

66
test-integration:
7-
go test -v ./...
7+
go test -v -ginkgo.v ./...
88

99
build:
1010
# Precompile the test suite into a binary "_tests.test"

0 commit comments

Comments
 (0)