Update .github/workflows/tests.yaml

This commit is contained in:
Kilian Ciuffolo 2024-05-27 21:59:04 -07:00 committed by GitHub
parent d868fcf93d
commit f68f7356f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,6 @@ jobs:
files: |
!*.md
- name: Get dependencies
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: go get -v -t -d ./...
- name: Run tests
run: go test -coverprofile=cover.out main_test.go main.go