mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
test without linters
This commit is contained in:
parent
834c7741b4
commit
cd4b40fffd
1 changed files with 10 additions and 10 deletions
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
|
|
@ -49,15 +49,6 @@ jobs:
|
|||
# echo >&2 "Reproducible build broken"; cat bor1.sha256; cat bor2.sha256; exit 1
|
||||
# fi
|
||||
|
||||
- name: Lint
|
||||
if: runner.os == 'Linux'
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.46
|
||||
skip-pkg-cache: true
|
||||
skip-build-cache: true
|
||||
only-new-issues: true
|
||||
|
||||
- name: Test
|
||||
run: make test
|
||||
|
||||
|
|
@ -65,4 +56,13 @@ jobs:
|
|||
run: make test-race
|
||||
|
||||
- name: test-integration
|
||||
run: make test-integration
|
||||
run: make test-integration
|
||||
|
||||
- name: Lint
|
||||
if: runner.os == 'Linux'
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.46
|
||||
skip-pkg-cache: true
|
||||
skip-build-cache: true
|
||||
only-new-issues: true
|
||||
Loading…
Reference in a new issue