ci: remove benchmark from ci #3

Merged
t.behrendt merged 1 commits from ci-remove-benchmark into main 2025-05-01 09:16:41 +02:00
Showing only changes of commit 5de23c3f93 - Show all commits

View File

@@ -14,11 +14,3 @@ jobs:
with: with:
go-version-file: go.mod go-version-file: go.mod
- run: make test - 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