diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b327aaae..7c0a18eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,35 +160,33 @@ jobs: RUST_LOG: "info" run: cargo nextest run -p integration_tests -- --skip tps_test --skip indexer - # # TODO: Bring this back once we find the source of the errors. - # # - # integration-tests-indexer: - # runs-on: ubuntu-latest - # timeout-minutes: 60 - # steps: - # - uses: actions/checkout@v5 - # with: - # ref: ${{ github.event.pull_request.head.sha || github.head_ref }} + integration-tests-indexer: + runs-on: ubuntu-latest + timeout-minutes: 60 + steps: + - uses: actions/checkout@v5 + with: + ref: ${{ github.event.pull_request.head.sha || github.head_ref }} - # - uses: ./.github/actions/install-system-deps + - uses: ./.github/actions/install-system-deps - # - uses: ./.github/actions/install-risc0 + - uses: ./.github/actions/install-risc0 - # - uses: ./.github/actions/install-logos-blockchain-circuits - # with: - # github-token: ${{ secrets.GITHUB_TOKEN }} + - uses: ./.github/actions/install-logos-blockchain-circuits + with: + github-token: ${{ secrets.GITHUB_TOKEN }} - # - name: Install active toolchain - # run: rustup install + - name: Install active toolchain + run: rustup install - # - name: Install nextest - # run: cargo install --locked cargo-nextest + - name: Install nextest + run: cargo install --locked cargo-nextest - # - name: Run tests - # env: - # RISC0_DEV_MODE: "1" - # RUST_LOG: "info" - # run: cargo nextest run -p integration_tests indexer -- --skip tps_test + - name: Run tests + env: + RISC0_DEV_MODE: "1" + RUST_LOG: "info" + run: cargo nextest run -p integration_tests indexer valid-proof-test: runs-on: ubuntu-latest