mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
Use make for uniformity
This commit is contained in:
parent
d72ee8015a
commit
37194a5b9a
2
.github/workflows/client-tests.yaml
vendored
2
.github/workflows/client-tests.yaml
vendored
@ -22,4 +22,4 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
pip install pytest pytest-asyncio
|
||||
cd clients/python && pytest tests
|
||||
make python-client-tests
|
||||
|
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
- name: Run server tests
|
||||
run: |
|
||||
pip install pytest
|
||||
HF_HUB_ENABLE_HF_TRANSFER=1 pytest -sv server/tests
|
||||
make python-server-tests
|
||||
- name: Run Rust fmt
|
||||
run: |
|
||||
cargo fmt --check
|
||||
|
Loading…
Reference in New Issue
Block a user