diff --git a/script/test b/script/test index 33e45a68..680e3115 100755 --- a/script/test +++ b/script/test @@ -15,10 +15,10 @@ else fi echo "=== Running cargo clippy ===" -cargo clippy --manifest-path "$PROJECT_ROOT/Cargo.toml" --all-targets --all-features +cargo clippy --manifest-path "$PROJECT_ROOT/Cargo.toml" -p huskies --all-targets echo "=== Running Rust tests ===" -cargo test --manifest-path "$PROJECT_ROOT/Cargo.toml" +cargo test --manifest-path "$PROJECT_ROOT/Cargo.toml" --bin huskies echo "=== Running frontend unit tests ===" if [ -d "$PROJECT_ROOT/frontend" ]; then