We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
payjoin-cli
1 parent 2008fa8 commit 599ae0cCopy full SHA for 599ae0c
.github/workflows/rust.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: build payjoin-cli bin v2
41
if: matrix.rust != '1.63.0'
42
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
46
47
fmt:
48
runs-on: ubuntu-latest
0 commit comments