Skip to content

Commit

Permalink
add gcflags
Browse files Browse the repository at this point in the history
  • Loading branch information
samanhappy committed Aug 12, 2024
1 parent 9485b43 commit 857e735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Go Get dependencies
run: go get -v -t -d ./...
- name: Go Test
run: make test TEST_FLAGS="-coverprofile=coverage.txt -covermode=atomic"
run: make test TEST_FLAGS="-coverprofile=coverage.txt -covermode=atomic -gcflags=all=-l"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
with:
Expand Down

0 comments on commit 857e735

Please sign in to comment.