Skip to content

Commit

Permalink
fix ci to run on xmtp_debug in PRs (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored Dec 16, 2024
1 parent df92c84 commit a090c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- "xmtp_mls/**"
- "xmtp_proto/**"
- "xmtp_v2/**"
- "xmtp_debug/**"
- "Cargo.toml"
- "Cargo.lock"
- "rust-toolchain"
Expand Down
2 changes: 1 addition & 1 deletion xmtp_debug/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ impl From<BackendOpts> for url::Url {
let BackendOpts {
backend, url, d14n, ..
} = value;
url.unwrap_or(backend.to_url(d14n))
url.unwrap_or(backend.to_network_url(d14n))
}
}

Expand Down

0 comments on commit a090c87

Please sign in to comment.