Update tests.yaml

This commit is contained in:
Kilian Ciuffolo 2024-05-20 00:35:24 -07:00 committed by GitHub
parent 2aed204b27
commit 966d560d1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Get dependencies - name: Get dependencies
run: go get -v -t -d -coverprofile=cover.out ./... run: go get -v -t -d ./...
- name: Run tests
run: go test -coverprofile=cover.out main_test.go main.go
- name: Go Beautiful HTML Coverage - name: Go Beautiful HTML Coverage
uses: gha-common/go-beautiful-html-coverage@v1 uses: gha-common/go-beautiful-html-coverage@v1
- name: Run tests
run: go test main_test.go main.go