diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 861a54a46a..1a73300b3c 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -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 }}