Skip to content

Commit

Permalink
Fix build-and-test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 committed Mar 12, 2024
1 parent efc9820 commit 4413ac0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
resolver = "2"
members = [
"cmd/crates/stellar-rpc-client",
"cmd/crates/soroban-rpc",
"cmd/soroban-rpc/lib/preflight",
]
default-members = ["cmd/crates/stellar-rpc-client"]
default-members = ["cmd/crates/stellar-rpc-client", "cmd/crates/soroban-rpc"]
#exclude = ["cmd/crates/soroban-test/tests/fixtures/hello"]

[workspace.package]
Expand Down

0 comments on commit 4413ac0

Please sign in to comment.