Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/sdk-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ jobs:
set -euo pipefail
cd sdk/rust
cargo test --locked --all-features --tests
cargo test --locked --all-features --lib \
client::tests::native_handoff_full_stack_round_trip \
-- --ignored --exact --nocapture
'

- name: Show OpenSecret log on failure
Expand Down
21 changes: 4 additions & 17 deletions apps/maple-agent/Cargo.lock

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

2 changes: 1 addition & 1 deletion apps/maple-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ once_cell = "1.18.0"
http = "1"
reqwest = { version = "0.13", features = ["stream"] }
# Shared monorepo crates retain their independent package names and versions.
maple-sdk = "=3.6.2"
maple-sdk = { version = "=3.6.2", path = "../../sdk/rust" }
maple-proxy = { version = "0.3.4", path = "../../proxy" }

[profile.dev]
Expand Down
Loading
Loading