Skip to content

Commit 39c01bf

Browse files
committed
use smallscreen opt
1 parent 0706afe commit 39c01bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ set -e
66
if ! command -v tparse &> /dev/null; then
77
go test -v -cover ./...
88
else
9-
set -o pipefail && go test -cover -coverprofile=coverage.out -json ./... | tparse -all -trimpath github.com/github/
9+
set -o pipefail && go test -cover -coverprofile=coverage.out -json ./... | tparse -smallscreen -all -trimpath github.com/github/
1010
fi

0 commit comments

Comments
 (0)