Skip to content

Commit 3eb08c6

Browse files
committed
tmp: pause test
1 parent a530d99 commit 3eb08c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build
5757
run: go build -v ./...
5858

59-
- name: Test
60-
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
59+
#- name: Test
60+
# run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
6161

6262
- uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)