Skip to content

Commit be242f5

Browse files
kylecarbspull[bot]
authored andcommitted
chore: switch make test to use the standard go format (#7519)
I find it easier to read.
1 parent 40074d8 commit be242f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ site/.eslintignore site/.prettierignore: .prettierignore Makefile
595595
done < "$<"
596596

597597
test: test-clean
598-
gotestsum -- -v -short ./...
598+
gotestsum --format standard-quiet -- -v -short ./...
599599
.PHONY: test
600600

601601
# When updating -timeout for this test, keep in sync with

0 commit comments

Comments
 (0)