mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 03:44:54 +00:00
enable hf_transfer on tests
This commit is contained in:
parent
5862add4d0
commit
c02a5475ea
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
- name: Run server tests
|
||||
run: |
|
||||
pip install pytest
|
||||
pytest -sv server/tests
|
||||
HF_HUB_ENABLE_HF_TRANSFER=1 pytest -sv server/tests
|
||||
- name: Run Rust tests
|
||||
run: |
|
||||
cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user