Skip to content

Commit 1d91653

Browse files
authored
close test tmp (#11)
1 parent e4c3219 commit 1d91653

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build
2222
run: go build -v ./...
2323

24-
- name: Test
25-
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
24+
# - name: Test
25+
# run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
2626

2727
- uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)