Skip to content

Commit

Permalink
fix wf test
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Aug 23, 2024
1 parent b2c3144 commit c33630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
- name: Test
run: |
go test -v -coverpkg ./src/app/... -coverprofile coverage.out -covermode count ./src/app/...
go test -v -coverpkg ./internal/... -coverprofile coverage.out -covermode count ./internal/...
go tool cover -func="./coverage.out"

0 comments on commit c33630b

Please sign in to comment.