Skip to content

Commit 7ca939d

Browse files
authored
fix: force CI to use staging relays (#32)
1 parent 929e306 commit 7ca939d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
MSRV: "1.63"
1414
RUST_BACKTRACE: 1
1515
RUSTFLAGS: -Dwarnings
16+
IROH_FORCE_STAGING_RELAYS: "1"
1617

1718
concurrency:
1819
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ on:
2222

2323
env:
2424
BIN_NAME: dumbpipe
25+
IROH_FORCE_STAGING_RELAYS: "1"
26+
2527
jobs:
2628
create-release:
2729
name: create-release

0 commit comments

Comments
 (0)