We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8325662 commit 77fb5d0Copy full SHA for 77fb5d0
.github/workflows/test.yml
@@ -52,11 +52,11 @@ jobs:
52
- name: Download dependencies
53
run: go mod download
54
55
- - name: Run Go tests
56
- run: go test ./server_go -v
+ #- name: Run Go tests
+ # run: go test ./server_go -v
57
58
- - name: Run Go tests with coverage
59
- run: go test ./server_go -coverprofile=coverage.out
+ #- name: Run Go tests with coverage
+ # run: go test ./server_go -coverprofile=coverage.out
60
61
- - name: Display test coverage
62
- run: go tool cover -func=coverage.out
+ #- name: Display test coverage
+ # run: go tool cover -func=coverage.out
0 commit comments