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 # echo >&2 "Reproducible build broken"; cat bor1.sha256; cat bor2.sha256; exit 1
# fi # fi
- name: Test
run: make test
- name: Data race tests
run: make test-race
- name: test-integration
run: make test-integration
- name: Lint - name: Lint
if: runner.os == 'Linux' if: runner.os == 'Linux'
uses: golangci/golangci-lint-action@v3 uses: golangci/golangci-lint-action@v3
@ -66,3 +57,12 @@ jobs:
skip-pkg-cache: true skip-pkg-cache: true
skip-build-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