From 3be55f8b7de9645e5ea9bc7290d662117c1738e0 Mon Sep 17 00:00:00 2001 From: kamuikatsurgi Date: Fri, 28 Feb 2025 12:02:29 +0530 Subject: [PATCH] revert comment deletions --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8a3b71921..7030a21d61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,6 +138,20 @@ jobs: name: unitTest-coverage 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: if: (github.event.action != 'closed' || github.event.pull_request.merged == true) strategy: