Attempt non-verbose testing to reduce annotations

chore-update-workflows
Jordan Wright 2024-09-22 10:00:11 -05:00
parent 50ba2109a0
commit 3c421bbf28
1 changed files with 1 additions and 1 deletions

View File

@ -33,4 +33,4 @@ jobs:
run: diff -u <(echo -n) <(gofmt -d .) run: diff -u <(echo -n) <(gofmt -d .)
- name: Test - name: Test
run: go test -v ./... run: go test ./...