Skip to content

Commit

Permalink
Merge pull request #640 from boddumanohar/add-make-sanity-in-github-a…
Browse files Browse the repository at this point in the history
…ctions

add sanity test step in github actions
  • Loading branch information
andyzhangx authored May 2, 2021
2 parents 7cdf740 + 55ae88a commit c29278d
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 c29278d

Please sign in to comment.