Skip to content

Commit 184e13f

Browse files
committed
remove -v from go test because it makes fail details hard to see
1 parent 550d58b commit 184e13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ else
2222
set -x
2323
fi
2424

25-
go test -v ./...
25+
go test ./...
2626

2727
# Print the Serverless version in the logs
2828
serverless --version

0 commit comments

Comments
 (0)