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