Merge branch 'main' into lunny/v2
This commit is contained in:
commit
7676174223
|
@ -5,6 +5,9 @@ on:
|
|||
tags:
|
||||
- '*'
|
||||
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache # specify with your cache path
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -9,6 +9,7 @@ env:
|
|||
GOPROXY: https://goproxy.io,direct
|
||||
GOPATH: /go_path
|
||||
GOCACHE: /go_cache
|
||||
RUNNER_TOOL_CACHE: /toolcache # specify with your cache path
|
||||
|
||||
jobs:
|
||||
test-cockroach:
|
||||
|
|
|
@ -9,6 +9,7 @@ env:
|
|||
GOPROXY: https://goproxy.io,direct
|
||||
GOPATH: /go_path
|
||||
GOCACHE: /go_cache
|
||||
RUNNER_TOOL_CACHE: /toolcache # specify with your cache path
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
@ -9,6 +9,7 @@ env:
|
|||
GOPROXY: https://goproxy.io,direct
|
||||
GOPATH: /go_path
|
||||
GOCACHE: /go_cache
|
||||
RUNNER_TOOL_CACHE: /toolcache # specify with your cache path
|
||||
|
||||
jobs:
|
||||
test-mssql:
|
||||
|
|
|
@ -9,6 +9,7 @@ env:
|
|||
GOPROXY: https://goproxy.io,direct
|
||||
GOPATH: /go_path
|
||||
GOCACHE: /go_cache
|
||||
RUNNER_TOOL_CACHE: /toolcache # specify with your cache path
|
||||
|
||||
jobs:
|
||||
test-mysql:
|
||||
|
|
|
@ -9,6 +9,7 @@ env:
|
|||
GOPROXY: https://goproxy.io,direct
|
||||
GOPATH: /go_path
|
||||
GOCACHE: /go_cache
|
||||
RUNNER_TOOL_CACHE: /toolcache # specify with your cache path
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
@ -9,6 +9,7 @@ env:
|
|||
GOPROXY: https://goproxy.io,direct
|
||||
GOPATH: /go_path
|
||||
GOCACHE: /go_cache
|
||||
RUNNER_TOOL_CACHE: /toolcache # specify with your cache path
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
@ -9,6 +9,7 @@ env:
|
|||
GOPROXY: https://goproxy.io,direct
|
||||
GOPATH: /go_path
|
||||
GOCACHE: /go_cache
|
||||
RUNNER_TOOL_CACHE: /toolcache # specify with your cache path
|
||||
|
||||
jobs:
|
||||
test-sqlite:
|
||||
|
|
|
@ -9,6 +9,7 @@ env:
|
|||
GOPROXY: https://goproxy.io,direct
|
||||
GOPATH: /go_path
|
||||
GOCACHE: /go_cache
|
||||
RUNNER_TOOL_CACHE: /toolcache # specify with your cache path
|
||||
|
||||
jobs:
|
||||
test-tidb:
|
||||
|
|
Loading…
Reference in New Issue