Update .github/workflows/tests.yaml

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

View File

@ -27,7 +27,6 @@ jobs:
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: go get -v -t -d ./...
- name: Run tests
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: go test -coverprofile=cover.out main_test.go main.go
- name: Install Vim
if: steps.verify-changed-files.outputs.files_changed == 'true'