diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2264aac..583ec19 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,11 +14,3 @@ jobs: with: go-version-file: go.mod - run: make test - benchmark: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - - run: make benchmark