ci: remove benchmark from ci
All checks were successful
CI / test (push) Successful in 24s

This commit is contained in:
2025-04-30 21:13:43 +02:00
parent 3a5612659b
commit 5de23c3f93

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