Skip to content

Commit b477946

Browse files
committed
test: disable verification test in github action
1 parent 5de1e9e commit b477946

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/linux.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Unit Test
2828
run: go test -covermode=count -coverprofile=profile.cov ./pkg/...
2929

30-
- name: sanity test
31-
run: make verify
32-
3330
- name: Send coverage
3431
env:
3532
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)