File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 - go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
5050 # we have to use ldflags to avoid the LC_DYSYMTAB linker error.
5151 # https://github.com/stacklok/toolhive/issues/1687
52- - go test -ldflags=-extldflags=-Wl,-w -v -json -race $(go list ./... | grep -v '/test/e2e') | gotestfmt -hide=all
52+ - go test -ldflags=-extldflags=-Wl,-w -v -json -race $(go list ./... | grep -v '/test/e2e') | gotestfmt
5353
5454 test-windows :
5555 desc : Run unit tests (excluding e2e tests) on Windows with race detection
6464 test-silent :
6565 desc : Run unit tests, and only show failures.
6666 cmds :
67- - go test -ldflags=-extldflags=-Wl,-w -json -race -coverprofile=coverage/coverage.out $(go list ./... | grep -vE '/test/e2e|/mocks') | gotestfmt -hide "all"
67+ - go test -ldflags=-extldflags=-Wl,-w -json -race $(go list ./... | grep -vE '/test/e2e|/mocks') | gotestfmt -hide "all"
6868
6969 test :
7070 desc : Run unit tests (excluding e2e tests)
You can’t perform that action at this time.
0 commit comments