ci: remove benchmark from ci (#3)
Some checks failed
CI / test (push) Failing after 2m50s

Reviewed-on: #3
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #3.
This commit is contained in:
2025-05-01 09:16:40 +02:00
committed by t.behrendt
parent 3a5612659b
commit da973a094b

View File

@@ -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