From 8fd4ea0af4c3c5352f0552ddd2bc49b228a97a35 Mon Sep 17 00:00:00 2001 From: Benno Zeeman Date: Wed, 15 Jan 2025 12:28:48 +0100 Subject: [PATCH] ci: disable first verify RT step; first put chunks --- .github/workflows/merge.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 4025a9cf32..1ba2109511 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -974,11 +974,11 @@ jobs: echo "EVM_NETWORK has been set to $EVM_NETWORK" fi - - name: Verify the routing tables of the nodes - run: cargo test --release -p ant-node --test verify_routing_table -- --nocapture - env: - CARGO_TARGET_DIR: ${{ matrix.os == 'windows-latest' && './test-target' || '.' }} - timeout-minutes: 5 + # - name: Verify the routing tables of the nodes + # run: cargo test --release -p ant-node --test verify_routing_table -- --nocapture + # env: + # CARGO_TARGET_DIR: ${{ matrix.os == 'windows-latest' && './test-target' || '.' }} + # timeout-minutes: 5 - name: Verify the location of the data on the network run: cargo test --release -p ant-node --test verify_data_location -- --nocapture