mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update tests.yaml
This commit is contained in:
parent
2aed204b27
commit
966d560d1f
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
@ -17,8 +17,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- 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
|
||||
uses: gha-common/go-beautiful-html-coverage@v1
|
||||
- name: Run tests
|
||||
run: go test main_test.go main.go
|
||||
|
Loading…
Reference in New Issue
Block a user