diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0542331fde..bc4194f432 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,11 +23,5 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - name: Run coverage - run: go test ./... -race -coverprofile=coverage.out -covermode=atomic - - name: Upload coverage to Codecov - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3 - - # - name: Fmt Test - # run: fmtFiles=$(make fmt); if [ "$fmtFiles" != "" ];then exit 1; fi - + - name: Run test + run: go test ./...