chore: switch `make test` to use the standard go format (#7519)

I find it easier to read.
This commit is contained in:
Kyle Carberry 2023-05-14 21:20:19 -05:00 committed by GitHub
parent 70d2203b9e
commit a08e8a16ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ site/.eslintignore site/.prettierignore: .prettierignore Makefile
done < "$<"
test: test-clean
gotestsum -- -v -short ./...
gotestsum --format standard-quiet -- -v -short ./...
.PHONY: test
# When updating -timeout for this test, keep in sync with