diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51b8ab22..ab4c7d3b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,6 @@ jobs: go test -race -count=1 -coverprofile=queue.coverprofile ./queue go test -race -count=1 -coverprofile=server.coverprofile ./server go test -race -count=1 -coverprofile=main.coverprofile -short - go test -count=1 -coverprofile=main.coverprofile - name: Upload coverage to codecov run: |