From 3434ce3e895c4567f09628674660f0d08e138b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20L=C3=A9one?= Date: Wed, 15 Jul 2020 12:03:13 +0200 Subject: [PATCH] chore: remove verbose option in the tests --- .github/workflows/unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index d704bb6814..99d602b350 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 1 - name: Run unit tests - run: go test -v ./... + run: go test ./... - name: Execute main binary # Test the runtime for potential panics. run: go run cmd/scw/main.go -h