From 7da17da91d9d622d022354e08d032ea55f11cb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B8gh=20Larsen=20=5BNetic=5D?= Date: Wed, 23 Apr 2025 16:04:25 +0200 Subject: [PATCH] fix: go benchmarking target --- .github/workflows/go-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index 5b2d1ec..10f012a 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -93,7 +93,7 @@ jobs: - name: Run benchmarks if: inputs.run-benchmarks - run: go test -bench=./... + run: go test -bench=./... ./... - name: Install GoReleaser uses: goreleaser/goreleaser-action@v6