Skip to content

Commit

Permalink
Add new payjoin-cli build flow to CI
Browse files Browse the repository at this point in the history
  Make sure `payjoin-cli` builds with `v2 ` and `danger-local-https`
  feature flags.
  • Loading branch information
jbesraa committed Apr 8, 2024
1 parent 5b760ba commit 9b7d926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: build payjoin-cli bin v2
if: matrix.rust != '1.63.0'
run: cargo build --package payjoin-cli --verbose --features=v2
- name: build payjoin-cli bin v2 with danger-local-https
if: matrix.rust != '1.63.0'
run: cargo build --package payjoin-cli --verbose --features=danger-local-https,v2

fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9b7d926

Please sign in to comment.