Skip to content

Commit da78304

Browse files
committed
chore: run clippy on both windows and linux
1 parent 66446f4 commit da78304

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- name: Run Clippy
4747
run: cargo make clippy
4848
continue-on-error: false
49-
if: matrix.os == 'ubuntu-latest' # Run Clippy only on Linux to save time
5049

5150
- name: Run Rustfmt
5251
run: cargo make fmt -- --check

crates/rust-mcp-sdk/tests/common/common.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ use rust_mcp_schema::{
55
use rust_mcp_sdk::mcp_client::ClientHandler;
66

77
pub const NPX_SERVER_EVERYTHING: &str = "@modelcontextprotocol/server-everything";
8+
9+
#[cfg(unix)]
810
pub const UVX_SERVER_GIT: &str = "mcp-server-git";
911

1012
pub fn test_client_info() -> InitializeRequestParams {

0 commit comments

Comments
 (0)