Skip to content

Commit

Permalink
ci: disable first verify RT step; first put chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Jan 15, 2025
1 parent be6286c commit 8fd4ea0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fd4ea0

Please sign in to comment.