Skip to content

Commit

Permalink
add debug tag to test run
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Mar 8, 2024
1 parent 4a4c7ed commit 39db347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39db347

Please sign in to comment.