From 5de23c3f93a06fd37ea5e116e7efcd29fea9189b Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Wed, 30 Apr 2025 21:13:43 +0200 Subject: [PATCH] ci: remove benchmark from ci --- .gitea/workflows/ci.yaml | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.49.1