Skip to content

Commit

Permalink
#146 Add make-dependencies target - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed May 29, 2024
1 parent 29f82e9 commit d5b52d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: run go test
run: |
go test -v -p 1 ./... -coverprofile=cover.out -covermode=atomic -coverpkg=./...
go test -v -p 1 ./... -coverprofile=cover -covermode=atomic -coverpkg=./...
cp cover cover.out
- name: Store coverage file
Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
)

func TestMain(test *testing.T) {
func Test_Main(test *testing.T) {
_ = test
main()
}

0 comments on commit d5b52d1

Please sign in to comment.