Skip to content

Commit

Permalink
add test for example/subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Feb 26, 2024
1 parent 95b49e1 commit 2fc7026
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
version: latest
only-new-issues: true
skip-cache: false
- name: Run Go unit tests for example/subscription
run: |
cd example/subscription
go get -t -v ./...
go test -v -race -timeout 3m ./...
- name: Run Go unit tests
run: go test -v -race -timeout 3m -coverprofile=coverage.out ./...
- name: Go coverage format
Expand Down

0 comments on commit 2fc7026

Please sign in to comment.