From 39db347a107b9ac5ede83c9a5dbe6dca21ff34d1 Mon Sep 17 00:00:00 2001 From: Johan Lindh Date: Fri, 8 Mar 2024 09:56:21 +0100 Subject: [PATCH] add debug tag to test run --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a90ca33..e0db945 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,7 @@ jobs: run: go build -v ./... - name: Test - run: go test -bench=. -coverprofile=coverage.txt ./... + run: go test -tags debug -bench=. -coverprofile=coverage.txt ./... - name: Run Gosec Security Scanner uses: securego/gosec@master