Skip to content

Commit 18325b3

Browse files
author
James Campbell
committed
Fix Windows test: remove coverprofile flag causing PowerShell parse error
1 parent b8bd9ee commit 18325b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: go mod download
2828

2929
- name: Run tests
30-
run: go test -v -race -coverprofile=coverage.out ./...
30+
run: go test -v -race ./...
3131

3232
- name: Run benchmarks
3333
run: go test -bench=. -benchmem ./...
@@ -50,4 +50,3 @@ jobs:
5050
uses: golangci/golangci-lint-action@v4
5151
with:
5252
version: latest
53-

0 commit comments

Comments
 (0)