Skip to content

Commit 02a816e

Browse files
committed
fix windows test
1 parent 9dbd5f9 commit 02a816e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codetests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: stable
2323
- name: go-test
24-
run: go test -race -covermode=atomic -coverprofile=coverage.out ./... && go tool cover -func=coverage.out
24+
run: go test -race -covermode=atomic -coverprofile=coverage ./... && go tool cover -func=coverage
2525

2626
# Runs golangci-lint on macos against freebsd and macos.
2727
golangci-darwin:

0 commit comments

Comments
 (0)