mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 17:44:29 +00:00
save (#465)
This commit is contained in:
parent
37d9944da9
commit
dd8136cde9
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -22,7 +22,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: git submodule update --init --recursive --force
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
fetch-depth: 0 # fetch git tags for "git describe"
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.18.x
|
go-version: 1.18.x
|
||||||
@ -44,7 +46,7 @@ jobs:
|
|||||||
uses: golangci/golangci-lint-action@v3
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: v1.46
|
version: v1.46
|
||||||
|
|
||||||
- name: Test win
|
- name: Test win
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
run: go test ./...
|
run: go test ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user