Skip to content

Commit

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

- name: run go test
run: |
go test -v -p 1 -coverprofile=cover.out -covermode=atomic -coverpkg=./... ./...
# cp cover cover.out
go test -v -p 1 -coverprofile=cover -covermode=atomic -coverpkg=./... ./...
cp cover cover.out
- name: Store coverage file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 80bf679

Please sign in to comment.