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