Skip to content

Commit

Permalink
test: debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sinomoe committed Nov 8, 2024
1 parent 16c1d93 commit 6ce7cf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Check network
run: |
ip a
lsof -i:3306
- name: Run tests
run: |
# separate test to avoid RESET MASTER conflict
Expand Down Expand Up @@ -109,5 +113,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: "1.22"

- name: Build on ${{ matrix.os }}/${{ matrix.arch }}
run: GOARCH=${{ matrix.arch }} GOOS=${{ matrix.os }} go build ./...

0 comments on commit 6ce7cf7

Please sign in to comment.