From fc93c9ccba0bcbf71728a9842fa4de9a036ae382 Mon Sep 17 00:00:00 2001 From: Yujong Lee Date: Wed, 16 Sep 2026 18:20:33 +0000 Subject: [PATCH] ci(rust): drop removed bedrock-auth feature steps Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .github/workflows/test-rust.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index 87a31d3793c..c4847aca20d 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -95,8 +95,6 @@ jobs: - run: cargo clippy --workspace --all-targets --locked -- -D warnings - - run: cargo clippy -p litellm-core --all-targets --features bedrock-auth --locked -- -D warnings - rust-test: runs-on: ubuntu-latest timeout-minutes: 30 @@ -129,9 +127,6 @@ jobs: - run: cargo test --workspace --locked working-directory: litellm-rust - - run: cargo test -p litellm-core --features bedrock-auth --locked - working-directory: litellm-rust - - run: uv build --wheel --out-dir dist - run: python .github/scripts/verify_linux_native_wheel.py dist/*.whl