Use make for uniformity

This commit is contained in:
ehsanmok 2023-04-26 18:10:06 -07:00
parent d72ee8015a
commit 37194a5b9a
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ jobs:
- name: Run tests
run: |
pip install pytest pytest-asyncio
cd clients/python && pytest tests
make python-client-tests

View File

@ -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