Skip to content

Commit

Permalink
fix: force CI to use staging relays (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu authored Jul 29, 2024
1 parent eb7c9f4 commit d60dde2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
MSRV: "1.63"
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
IROH_FORCE_STAGING_RELAYS: "1"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ on:

env:
BIN_NAME: sendme
IROH_FORCE_STAGING_RELAYS: "1"

jobs:
create-release:
name: create-release
Expand Down

0 comments on commit d60dde2

Please sign in to comment.