Skip to content

Commit

Permalink
add sanity test step in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
boddumanohar committed May 1, 2021
1 parent 77a78cd commit 55ae88a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: Unit Test
run: go test -covermode=count -coverprofile=profile.cov ./pkg/...


- name: sanity test
run: make verify

- name: Send coverage
env:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 55ae88a

Please sign in to comment.