We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929e306 commit 7ca939dCopy full SHA for 7ca939d
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ env:
13
MSRV: "1.63"
14
RUST_BACKTRACE: 1
15
RUSTFLAGS: -Dwarnings
16
+ IROH_FORCE_STAGING_RELAYS: "1"
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
.github/workflows/release.yml
@@ -22,6 +22,8 @@ on:
22
23
env:
24
BIN_NAME: dumbpipe
25
26
+
27
jobs:
28
create-release:
29
name: create-release
0 commit comments