Skip to content

Commit

Permalink
#146 Add make-dependencies target - 5
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed May 29, 2024
1 parent d5b52d1 commit 085cb45
Showing 1 changed file with 1 addition and 1 deletion.
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 -covermode=atomic -coverpkg=./...
go test -v -p 1 -coverprofile=cover -covermode=atomic -coverpkg=./... ./...
cp cover cover.out
- name: Store coverage file
Expand Down

0 comments on commit 085cb45

Please sign in to comment.