Skip to content

Commit

Permalink
Share top level workspace
Browse files Browse the repository at this point in the history
Sharing a workspace makes it easier to ensure crate compatibility.
  • Loading branch information
DanGould committed Nov 29, 2023
1 parent 5e5bee9 commit 74dfb2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: build payjoin cli example
run: |
cargo test --verbose --features=danger-local-https
# cargo +1.63.0 test --package payjoin-cli --test e2e --features danger-local-https -- e2e::send_receive_payjoin --exact --nocapture

fmt:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions payjoin-cli/Cargo.lock → Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[workspace]
members = ["payjoin", "payjoin-cli"]
resolver = "2"

0 comments on commit 74dfb2d

Please sign in to comment.