Skip to content

Commit f7340ae

Browse files
authored
chore: add verbose to e2e output (runfinch#163)
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent b03f126 commit f7340ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
GINKGO = go run github.com/onsi/ginkgo/v2/ginkgo
55
# Common ginkgo options: -v for verbose mode, --focus="test name" for running single tests
6-
GFLAGS ?= --race --randomize-all --randomize-suites
6+
GFLAGS ?= --race --randomize-all --randomize-suites --vv
77
BIN = $(PWD)/bin
88
FINCH_DAEMON_PROJECT_ROOT ?= $(shell pwd)
99

0 commit comments

Comments
 (0)