File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22set -e -x
33
4- go test -race - coverprofile=coverage.txt -covermode=atomic -coverpkg=./... $( go list github.com/ignite/cli/v29/ignite/...)
4+ go test -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... $( go list github.com/ignite/cli/v29/ignite/...)
55
66# append "||true" to grep so if no match the return code stays 0
77excludelist=" $( find ./ -type f -name ' *.go' | xargs grep -l ' DONTCOVER' || true) "
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- go test -race -failfast - v -timeout 120m github.com/ignite/cli/v29/integration/...
3+ go test -v -timeout 120m github.com/ignite/cli/v29/integration/...
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- go test -race - v github.com/ignite/cli/v29/ignite/...
3+ go test -v github.com/ignite/cli/v29/ignite/...
You can’t perform that action at this time.
0 commit comments