Skip to content

Commit 81b2832

Browse files
committed
remove coverage
1 parent 4fe7bee commit 81b2832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Run tests
3131
shell: bash
3232
run: |
33-
go test -v -race -covermode=atomic ./...
33+
go test -v -race ./...
3434
3535
- name: Build artifact
3636
shell: bash

0 commit comments

Comments
 (0)