diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index e80ac23a..a97b6c2f 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -47,8 +47,9 @@ jobs: with: ref: refs/pull/${{ github.event.number }}/merge - - name: Lint - run: make lint +# Linter memory usage seems to be getting CI jobs killed +# - name: Lint +# run: make lint - name: Run Go tests run: make test-go diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 9332ae21..f63ba3a3 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -48,8 +48,9 @@ jobs: - uses: actions/checkout@v2 - - name: Lint - run: make lint +# Linter memory usage seems to be getting CI jobs killed +# - name: Lint +# run: make lint - name: Run Go tests run: make test-go