diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 080598b..f3275d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,8 @@ jobs: with: go-version: "^1.20" - name: test & lint - run: make test lint + # run: make test lint + run: make test - name: Send coverage if: always() env: