Skip to content

Commit 13c30fc

Browse files
committed
Temporarily disable coverage to debug failing tests
1 parent 6e4a0bd commit 13c30fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
run: go mod verify
104104

105105
- name: Run tests
106-
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
106+
run: go test -v -race ./...
107107

0 commit comments

Comments
 (0)