mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
ci: run the vacuous test tooling suite in code quality checks
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
955f018343
commit
a72b356f57
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-code-quality.yml
vendored
3
.github/workflows/test-code-quality.yml
vendored
|
|
@ -131,6 +131,9 @@ jobs:
|
|||
- name: memory_test
|
||||
run: uv run --no-sync python ./tests/code_coverage_tests/memory_test.py
|
||||
|
||||
- name: vacuous_test_tooling
|
||||
run: uv run --no-sync pytest tests/vacuous_tests/test_vacuous_tooling.py
|
||||
|
||||
- name: vacuous_test_ratchet
|
||||
run: uv run --no-sync python ./tests/vacuous_tests/inventory.py --check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue