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.
1 parent b03f126 commit f7340aeCopy full SHA for f7340ae
Makefile
@@ -3,7 +3,7 @@
3
4
GINKGO = go run github.com/onsi/ginkgo/v2/ginkgo
5
# Common ginkgo options: -v for verbose mode, --focus="test name" for running single tests
6
-GFLAGS ?= --race --randomize-all --randomize-suites
+GFLAGS ?= --race --randomize-all --randomize-suites --vv
7
BIN = $(PWD)/bin
8
FINCH_DAEMON_PROJECT_ROOT ?= $(shell pwd)
9
0 commit comments