Skip to content

Commit 41f703b

Browse files
authored
Add payjoin-defaults io crate (#220)
start #211
2 parents 3e6d5ac + 1044afd commit 41f703b

File tree

11 files changed

+1016
-791
lines changed

11 files changed

+1016
-791
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,15 @@ jobs:
3434
- name: test payjoin v1 integration
3535
run: cargo test --package payjoin --verbose --features=send,receive --test integration
3636
- name: test payjoin v2 integration
37-
run: cargo test --package payjoin --verbose --features=send,receive,v2 --test integration
37+
run: cargo test --package payjoin-defaults --verbose --features=danger-local-https,v2 --test integration
3838
- name: test payjoin-cli bin v1
3939
run: cargo test --package payjoin-cli --verbose --features=danger-local-https
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)