Skip to content

Commit

Permalink
test: disable verification test in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 2, 2021
1 parent 5de1e9e commit b477946
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ 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 b477946

Please sign in to comment.