Skip to content

Commit 61a6b13

Browse files
committed
allow hyperbridge build
1 parent 6fa1905 commit 61a6b13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,10 @@ jobs:
315315

316316
- uses: Swatinem/rust-cache@v2
317317

318-
# - name: Run Simnet Tests
319-
# run: |
320-
# # build hyperbridge binary
321-
# cargo build -p hyperbridge --release
318+
- name: Run Simnet Tests
319+
run: |
320+
# build hyperbridge binary
321+
cargo build -p hyperbridge --release
322322
# ./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 &
323323
# ./scripts/wait_for_tcp_port_opening.sh localhost 9990
324324
# cargo test -p simtests -- --nocapture --ignored --test-threads=1

0 commit comments

Comments
 (0)