Skip to content

Commit

Permalink
E2E tests with EKS - lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava Lysunkin committed Nov 20, 2024
1 parent fdedb81 commit 1667084
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
cache: false
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout 10m0s
run: GOLANGCI_LINT_TIMEOUT=10m make lint
- name: Verify all generated pieces are up-to-date
run: make generate-all && git add -N . && git diff --exit-code
- name: Unit tests
Expand Down

0 comments on commit 1667084

Please sign in to comment.