Skip to content

Commit 6c8b925

Browse files
committed
Disable go test in CI
1 parent b6eb84f commit 6c8b925

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
- name: Lint Go files
4040
run: go fmt ./...
4141

42-
- name: Run tests
43-
run: go test
44-
4542
- name: Build binary
4643
run: python3 .github/workflows/build.py
4744

0 commit comments

Comments
 (0)