From c3538b09112865f4ce0776753ba469bf9f881674 Mon Sep 17 00:00:00 2001 From: chenk Date: Sat, 19 Mar 2022 11:55:59 +0200 Subject: [PATCH] chore: generate mocks Signed-off-by: chenk --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 950e24a..f3bf0e8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ on: jobs: - test: + lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -18,5 +18,5 @@ jobs: with: go-version: 1.17 - - name: Unit tests + - name: Lint tests run: make lint