Skip to content

Commit

Permalink
Merge pull request #133 from DanGould/test-v2
Browse files Browse the repository at this point in the history
Run v1 v2 integration tests
  • Loading branch information
DanGould authored Dec 11, 2023
2 parents 5f8ab7f + f1f7973 commit fd10598
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
cargo update -p [email protected] --precise 0.3.20
- name: test payjoin lib
run: cargo test --package payjoin --verbose --all-features --lib
- name: test payjoin v1_to_v1 integration
run: cargo test --package payjoin --verbose --features=send,receive --test integration v1_to_v1
- name: test payjoin vx_to_v2 integration
if: matrix.rust != '1.63.0'
run: |
cargo test --package payjoin --verbose --features=send,receive,v2 --test integration v2_to_v2
cargo test --package payjoin --verbose --features=send,receive,v2 --test integration v1_to_v2
- name: test payjoin-cli bin
run: cargo test --package payjoin-cli --verbose --features=danger-local-https

Expand Down

0 comments on commit fd10598

Please sign in to comment.