Skip to content

Commit

Permalink
chore: fix health-actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Nov 5, 2021
1 parent 6bdd695 commit 1c4cfb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/health-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --enable-all
args: --enable-all -D testpackage -D exhaustivestruct

Test:
runs-on: ubuntu-latest
Expand All @@ -25,8 +25,7 @@ jobs:
run: make setup

- name: Run tests
run: |
make test
run: make test

Vulnerability:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c4cfb3

Please sign in to comment.