Skip to content

Commit

Permalink
chore: remove tidy step in tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Oct 3, 2023
1 parent 955edb2 commit e372084
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ runs:
with:
go-version: ">=1.19"

- name: Tidy
shell: bash
run: |
go version
go mod tidy
git diff --exit-code
- name: Run Unit tests
shell: bash
run: |
Expand Down

0 comments on commit e372084

Please sign in to comment.