Skip to content

Commit

Permalink
ci: test ctlrhelper
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Mar 23, 2024
1 parent e1739b0 commit 8ff49f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v -coverprofile=profile.cov ./...
run: |
go test -v -coverprofile=profile.cov ./...
cd pkg/ctlrhelper && go test -v ./...
- name: Coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit 8ff49f3

Please sign in to comment.