Skip to content

Commit 77fb5d0

Browse files
authored
Disable go tests for now
1 parent 8325662 commit 77fb5d0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
- name: Download dependencies
5353
run: go mod download
5454

55-
- name: Run Go tests
56-
run: go test ./server_go -v
55+
#- name: Run Go tests
56+
# run: go test ./server_go -v
5757

58-
- name: Run Go tests with coverage
59-
run: go test ./server_go -coverprofile=coverage.out
58+
#- name: Run Go tests with coverage
59+
# run: go test ./server_go -coverprofile=coverage.out
6060

61-
- name: Display test coverage
62-
run: go tool cover -func=coverage.out
61+
#- name: Display test coverage
62+
# run: go tool cover -func=coverage.out

0 commit comments

Comments
 (0)