You've already forked db-wait
chore(ci): add golangci-lint
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 11s
Markdown linter / markdown-lint (push) Successful in 2s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 3m48s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 1m9s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 2m51s
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 11s
Markdown linter / markdown-lint (push) Successful in 2s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 3m48s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 1m9s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 2m51s
This commit is contained in:
@ -9,13 +9,16 @@ on:
|
||||
|
||||
jobs:
|
||||
unittest:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ stable ]
|
||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/setup-go@v5.5.0
|
||||
with:
|
||||
go-version: stable
|
||||
go-version: ${{ matrix.go }}
|
||||
- env:
|
||||
GOPROXY: ${{ vars.GOPROXY }}
|
||||
run: make test/unit
|
||||
|
Reference in New Issue
Block a user