This commit is contained in:
Evgeny Danienko 2022-05-11 15:27:18 +03:00
parent cd4b40fffd
commit 6a598b4e93

View file

@ -49,15 +49,6 @@ jobs:
# echo >&2 "Reproducible build broken"; cat bor1.sha256; cat bor2.sha256; exit 1
# fi
- name: Test
run: make test
- name: Data race tests
run: make test-race
- name: test-integration
run: make test-integration
- name: Lint
if: runner.os == 'Linux'
uses: golangci/golangci-lint-action@v3
@ -65,4 +56,13 @@ jobs:
version: v1.46
skip-pkg-cache: true
skip-build-cache: true
only-new-issues: true
only-new-issues: true
- name: Test
run: make test
- name: Data race tests
run: make test-race
- name: test-integration
run: make test-integration