Skip to content

Commit

Permalink
fix: adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgufrone committed Oct 30, 2023
1 parent fbb612a commit f4f85f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# version: v1.55
- name: Run Unit tests
run: |
go test -race -coverpkg="./..." -coverprofile=profile.cov ./...
go test -race -coverpkg="mgufrone.dev/job-tracking/..." -coverprofile=profile.cov ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down

0 comments on commit f4f85f3

Please sign in to comment.