From 3c421bbf2897cd18232b8c661be56c8b4beb2085 Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Sun, 22 Sep 2024 10:00:11 -0500 Subject: [PATCH] Attempt non-verbose testing to reduce annotations --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1971016..02df372d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,4 @@ jobs: run: diff -u <(echo -n) <(gofmt -d .) - name: Test - run: go test -v ./... + run: go test ./...