mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
revert comment deletions
This commit is contained in:
parent
c3259dc7d5
commit
3be55f8b7d
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -138,6 +138,20 @@ jobs:
|
||||||
name: unitTest-coverage
|
name: unitTest-coverage
|
||||||
path: cover.out
|
path: cover.out
|
||||||
|
|
||||||
|
# - name: Data race tests
|
||||||
|
# run: make test-race
|
||||||
|
|
||||||
|
# # TODO: make it work
|
||||||
|
# - name: Reproducible build test
|
||||||
|
# run: |
|
||||||
|
# make geth
|
||||||
|
# shasum -a256 ./build/bin/geth > bor1.sha256
|
||||||
|
# make geth
|
||||||
|
# shasum -a256 ./build/bin/geth > bor2.sha256
|
||||||
|
# if ! cmp -s bor1.sha256 bor2.sha256; then
|
||||||
|
# echo >&2 "Reproducible build broken"; cat bor1.sha256; cat bor2.sha256; exit 1
|
||||||
|
# fi
|
||||||
|
|
||||||
integration-tests:
|
integration-tests:
|
||||||
if: (github.event.action != 'closed' || github.event.pull_request.merged == true)
|
if: (github.event.action != 'closed' || github.event.pull_request.merged == true)
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue