diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ce66a550..9e59acc4e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,18 +10,10 @@ jobs: - uses: actions/setup-go@v3 with: go-version: "1.20" - - run: make test - - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/setup-go@v3 - with: - go-version: "1.20" - - uses: actions/checkout@v2 - uses: golangci/golangci-lint-action@v3 with: version: v1.52.2 + - run: make test integration: runs-on: ubuntu-latest