We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa1905 commit 61a6b13Copy full SHA for 61a6b13
.github/workflows/ci.yml
@@ -315,10 +315,10 @@ jobs:
315
316
- uses: Swatinem/rust-cache@v2
317
318
-# - name: Run Simnet Tests
319
-# run: |
320
-# # build hyperbridge binary
321
-# cargo build -p hyperbridge --release
+ - name: Run Simnet Tests
+ run: |
+ # build hyperbridge binary
+ cargo build -p hyperbridge --release
322
# ./target/release/hyperbridge simnode --chain=gargantua-2000 --name=alice --tmp --state-pruning=archive --blocks-pruning=archive --rpc-port=9990 --port 40337 --log="mmr=trace" --rpc-cors=all --unsafe-rpc-external --rpc-methods=unsafe &
323
# ./scripts/wait_for_tcp_port_opening.sh localhost 9990
324
# cargo test -p simtests -- --nocapture --ignored --test-threads=1
0 commit comments