Skip to content

Commit

Permalink
Try to fix linter on testing env
Browse files Browse the repository at this point in the history
  • Loading branch information
syifan committed Jan 11, 2025
1 parent 68eade4 commit bcbe3db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/akita_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
with:
go-version: "stable"

- name: Build
run: go build ./...

- name: Install mockgen
run: go install go.uber.org/mock/mockgen@latest

- name: Generate Mocks
run: go generate ./...

- name: Build
run: go build ./...

- name: Lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit bcbe3db

Please sign in to comment.