Skip to content

Commit

Permalink
ci: test coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
2rebi authored May 21, 2022
1 parent e10f995 commit c7eaa8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
- name: Go module download
run: go mod download

- name: Go UnitTest
run: go test -short .
- name: Go Test
run: go test -v -cover -covermode=atomic ./...

0 comments on commit c7eaa8e

Please sign in to comment.