diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f0f9f3ce4..21d2d088a 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -74,7 +74,7 @@ jobs: - name: Set up gotestfmt uses: GoTestTools/gotestfmt-action@v2 - name: Run tests - run: make test-all-db-ci 2>&1 | tee gotest.log | gotestfmt + run: make test-all-db-ci - name: Update code coverage uses: codecov/codecov-action@v4.0.1 with: