Skip to content

Commit 599ae0c

Browse files
committed
Add new payjoin-cli build flow to CI
Make sure `payjoin-cli` builds with `v2 ` and `danger-local-https` feature flags.
1 parent 2008fa8 commit 599ae0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: build payjoin-cli bin v2
4141
if: matrix.rust != '1.63.0'
4242
run: cargo build --package payjoin-cli --verbose --features=v2
43+
- name: build payjoin-cli bin v2 with danger-local-https
44+
if: matrix.rust != '1.63.0'
45+
run: cargo build --package payjoin-cli --verbose --features=danger-local-https,v2
4346

4447
fmt:
4548
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)