Skip to content

Commit

Permalink
build: fix build no coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 11, 2021
1 parent 7e380d8 commit f991beb
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 @@ -31,7 +31,7 @@ jobs:
fi
- name: Build
run: go build -v .
run: go build -v ./...

- name: Test
run: go test -v .
run: go test -v ./...

0 comments on commit f991beb

Please sign in to comment.