chore: remove tidy step in tests action

This commit is contained in:
Devin Buhl 2023-10-03 16:02:00 -04:00 committed by GitHub
parent 955edb2046
commit e37208419f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |