chore: Update gotestsum to v1.9.0 and remove debugging (#5726)

* chore: Update gotestsum to v1.9.0 and remove debugging

* chore: Update cloud.google.gpg to fix dogfood build
This commit is contained in:
Mathias Fredriksson
2023-01-16 17:58:57 +02:00
committed by GitHub
parent 1d777c41f2
commit f3bbf627a3
4 changed files with 5 additions and 51 deletions
+1 -2
View File
@@ -556,7 +556,7 @@ site/.eslintignore site/.prettierignore: .prettierignore Makefile
done < "$<"
test: test-clean
gotestsum --debug -- -v -short ./...
gotestsum -- -v -short ./...
.PHONY: test
# When updating -timeout for this test, keep in sync with
@@ -566,7 +566,6 @@ test-postgres: test-clean test-postgres-docker
# more consistent execution.
DB=ci DB_FROM=$(shell go run scripts/migrate-ci/main.go) gotestsum \
--junitfile="gotests.xml" \
--jsonfile="gotestsum.json" \
--packages="./..." -- \
-covermode=atomic -coverprofile="gotests.coverage" -timeout=20m \
-parallel=4 \