diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 797cb09..bc731cb 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -25,16 +25,3 @@ jobs: go-version: 1.22 - name: 🧹 Lint uses: golangci/golangci-lint-action@v4 - - name: Install dependencies - run: go install gotest.tools/gotestsum@latest - - name: 🧪 Test - run: gotestsum --junitfile junit.xml --format testdox -- -race -coverprofile=coverage.out -covermode=atomic - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - - name: Upload test results to Codecov - if: ${{ !cancelled() }} - uses: codecov/test-results-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file