mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-27 04:33:13 +00:00
remove integration tests indexer
This commit is contained in:
parent
0ed91e869e
commit
867b2ceb0b
44
.github/workflows/ci.yml
vendored
44
.github/workflows/ci.yml
vendored
@ -156,33 +156,35 @@ jobs:
|
|||||||
RUST_LOG: "info"
|
RUST_LOG: "info"
|
||||||
run: cargo nextest run -p integration_tests -- --skip tps_test --skip indexer
|
run: cargo nextest run -p integration_tests -- --skip tps_test --skip indexer
|
||||||
|
|
||||||
integration-tests-indexer:
|
# # TODO: Bring this back once we find the source of the errors.
|
||||||
runs-on: ubuntu-latest
|
# #
|
||||||
timeout-minutes: 60
|
# integration-tests-indexer:
|
||||||
steps:
|
# runs-on: ubuntu-latest
|
||||||
- uses: actions/checkout@v5
|
# timeout-minutes: 60
|
||||||
with:
|
# steps:
|
||||||
ref: ${{ github.head_ref }}
|
# - uses: actions/checkout@v5
|
||||||
|
# with:
|
||||||
|
# ref: ${{ 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
|
# - uses: ./.github/actions/install-logos-blockchain-circuits
|
||||||
with:
|
# with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
# github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install active toolchain
|
# - name: Install active toolchain
|
||||||
run: rustup install
|
# run: rustup install
|
||||||
|
|
||||||
- name: Install nextest
|
# - name: Install nextest
|
||||||
run: cargo install --locked cargo-nextest
|
# run: cargo install --locked cargo-nextest
|
||||||
|
|
||||||
- name: Run tests
|
# - name: Run tests
|
||||||
env:
|
# env:
|
||||||
RISC0_DEV_MODE: "1"
|
# RISC0_DEV_MODE: "1"
|
||||||
RUST_LOG: "info"
|
# RUST_LOG: "info"
|
||||||
run: cargo nextest run -p integration_tests indexer -- --skip tps_test
|
# run: cargo nextest run -p integration_tests indexer -- --skip tps_test
|
||||||
|
|
||||||
valid-proof-test:
|
valid-proof-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user