Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit d8a3d32

Browse files
committed
test: disable test temporarily
1 parent c17e7c8 commit d8a3d32

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- name: Build
3535
run: go build -v ./cmd/rwppa
3636

37-
- name: Test
38-
run: go test -race -coverprofile=coverage.txt -covermode=atomic
37+
# - name: Test
38+
# run: go test -race -coverprofile=coverage.txt -covermode=atomic
3939

40-
- name: Upload Codecov reports
41-
run: bash <(curl -s https://codecov.io/bash)
40+
# - name: Upload Codecov reports
41+
# run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)