From 29a8274c1eac29ac3170311aaedd92366715e69f Mon Sep 17 00:00:00 2001 From: Mark Feinstein Date: Tue, 23 Jan 2024 19:38:06 -0800 Subject: [PATCH] ci: run benchmark tests and print a coverage summary --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e3d2faf..e743c2f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -16,7 +16,7 @@ jobs: with: go-version: "1.21" - name: Run tests - run: go test -race ./... + run: go test -cover -bench=. -benchmem -race ./... goreleaser: name: Build and Publish