mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +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:
|
||||
- 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
|
||||
with:
|
||||
go-version: 1.18.x
|
||||
@ -44,7 +46,7 @@ jobs:
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.46
|
||||
|
||||
|
||||
- name: Test win
|
||||
if: matrix.os == 'windows-2022'
|
||||
run: go test ./...
|
||||
|
Loading…
Reference in New Issue
Block a user