Skip to content

Commit 6ce7cf7

Browse files
committed
test: debug ci
1 parent 16c1d93 commit 6ce7cf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
uses: actions/setup-go@v5
3737
with:
3838
go-version: ${{ matrix.go }}
39+
- name: Check network
40+
run: |
41+
ip a
42+
lsof -i:3306
3943
- name: Run tests
4044
run: |
4145
# separate test to avoid RESET MASTER conflict
@@ -109,5 +113,6 @@ jobs:
109113
uses: actions/setup-go@v5
110114
with:
111115
go-version: "1.22"
116+
112117
- name: Build on ${{ matrix.os }}/${{ matrix.arch }}
113118
run: GOARCH=${{ matrix.arch }} GOOS=${{ matrix.os }} go build ./...

0 commit comments

Comments
 (0)