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 - name: Run tests
run: | run: |
pip install pytest pytest-asyncio 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 - name: Run server tests
run: | run: |
pip install pytest pip install pytest
HF_HUB_ENABLE_HF_TRANSFER=1 pytest -sv server/tests make python-server-tests
- name: Run Rust fmt - name: Run Rust fmt
run: | run: |
cargo fmt --check cargo fmt --check