test without linters

This commit is contained in:
Evgeny Danienko 2022-05-11 15:26:55 +03:00
parent 834c7741b4
commit cd4b40fffd

View file

@ -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