Skip to content

Commit db2780a

Browse files
committed
chore: disable broken test workflow
The test.yml workflow tries to run non-existent Go tests in the test/ directory. Disabled for now - use build-and-test.yml which provides comprehensive Docker-based testing with better coverage.
1 parent aab3053 commit db2780a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313

1414
jobs:
1515
test-builds:
16+
# Disabled: This workflow tries to run Go tests that don't exist.
17+
# Use build-and-test.yml instead which provides comprehensive Docker-based testing.
18+
if: false
1619
runs-on: ubuntu-latest
1720
strategy:
1821
matrix:

0 commit comments

Comments
 (0)