Skip to content

Commit

Permalink
Add v2 async e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Jun 21, 2024
1 parent b505e73 commit 836873c
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 130 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: cargo test --package payjoin --verbose --all-features --lib
- name: test payjoin v1 integration
run: cargo test --package payjoin --verbose --features=send,receive --test integration
- name: test payjoin v2 integration
run: cargo test --package payjoin --verbose --features=send,receive,danger-local-https,v2 --test integration
- name: test payjoin v2 integration and e2e tests
run: cargo test --verbose --features=send,receive,danger-local-https,v2 --workspace --exclude payjoin-directory
- name: test payjoin-cli bin v1
run: cargo test --package payjoin-cli --verbose --features=danger-local-https
- name: build payjoin-cli bin v2
Expand Down
Loading

0 comments on commit 836873c

Please sign in to comment.