Skip to content

Commit

Permalink
chore: generate mocks
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Mar 19, 2022
1 parent 69759ea commit c3538b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:

test:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -18,5 +18,5 @@ jobs:
with:
go-version: 1.17

- name: Unit tests
- name: Lint tests
run: make lint

0 comments on commit c3538b0

Please sign in to comment.