diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d8df5ca..127c0614 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: - name: Test run: | set -euo pipefail - go test -count=1 -covermode=atomic -coverpkg ./... -p 1 -v -json $(go list ./... | grep -v tests-e2e) -coverprofile synccoverage.out 2>&1 | tee ./test-integration.log | gotestfmt + go test -count=1 -covermode=atomic -coverpkg ./... -p 1 -v -json $(go list ./... | grep -v tests-e2e) -coverprofile synccoverage.out 2>&1 | tee ./test-integration.log | gotestfmt -hide successful-tests,successful-downloads shell: bash env: POSTGRES_HOST: localhost @@ -135,7 +135,7 @@ jobs: - name: Run end-to-end tests run: | set -euo pipefail - ./run-tests.sh -count=1 -v -json . 2>&1 | tee test-e2e-runner.log | gotestfmt + ./run-tests.sh -count=1 -v -json . 2>&1 | tee test-e2e-runner.log | gotestfmt -hide successful-tests,successful-downloads working-directory: tests-e2e shell: bash env: