From e49bec5c170c2156efe950cf82b83da0dc243dbb Mon Sep 17 00:00:00 2001 From: ludamad Date: Mon, 7 Oct 2024 19:27:26 +0100 Subject: [PATCH] Revert "fix: temporarily disable problematic test" (#9052) Reverts AztecProtocol/aztec-packages#9051 as Mara reverted her change --- .github/workflows/ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bca1d1efa0f..ed39596f0ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -353,20 +353,20 @@ jobs: timeout-minutes: 40 run: earthly-ci --no-output ./noir/+build-acir-tests - # bb-acir-tests-bb: - # needs: [noir-build-acir-tests, changes] - # runs-on: ${{ github.event.pull_request.user.login || github.actor }}-x86 - # if: needs.changes.outputs.barretenberg == 'true' || needs.changes.outputs.noir == 'true' - # steps: - # - uses: actions/checkout@v4 - # with: { ref: "${{ env.GIT_COMMIT }}" } - # - uses: ./.github/ci-setup-action - # with: - # concurrency_key: barretenberg-acir-tests-bb-x86 - # - name: "BB Native Acir Tests" - # working-directory: ./barretenberg/ - # timeout-minutes: 40 - # run: earthly-ci --no-output ./+barretenberg-acir-tests-bb + bb-acir-tests-bb: + needs: [noir-build-acir-tests, changes] + runs-on: ${{ github.event.pull_request.user.login || github.actor }}-x86 + if: needs.changes.outputs.barretenberg == 'true' || needs.changes.outputs.noir == 'true' + steps: + - uses: actions/checkout@v4 + with: { ref: "${{ env.GIT_COMMIT }}" } + - uses: ./.github/ci-setup-action + with: + concurrency_key: barretenberg-acir-tests-bb-x86 + - name: "BB Native Acir Tests" + working-directory: ./barretenberg/ + timeout-minutes: 40 + run: earthly-ci --no-output ./+barretenberg-acir-tests-bb bb-acir-tests-sol: needs: [noir-build-acir-tests, changes] @@ -753,7 +753,7 @@ jobs: - bb-native-tests - bb-js-test - noir-build-acir-tests - # - bb-acir-tests-bb # temporarily disabled + - bb-acir-tests-bb - bb-acir-tests-sol - bb-acir-tests-sol-honk - bb-acir-tests-bb-js @@ -808,7 +808,7 @@ jobs: - bb-native-tests - bb-js-test - noir-build-acir-tests - # - bb-acir-tests-bb # temporarily disabled + - bb-acir-tests-bb - bb-acir-tests-sol - bb-acir-tests-sol-honk - bb-acir-tests-bb-js