mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Adding the other tests.
This commit is contained in:
parent
533d9991e4
commit
0621dfce80
6
.github/workflows/nix_tests.yaml
vendored
6
.github/workflows/nix_tests.yaml
vendored
@ -31,7 +31,11 @@ jobs:
|
||||
USER: github_runner
|
||||
- name: Build
|
||||
run: nix build
|
||||
- name: Run tests.
|
||||
- name: Pre-commit tests.
|
||||
run: nix develop .#test --command pre-commit run --all-files
|
||||
- name: Python tests.
|
||||
run: nix develop .#test --command python -m pytest server/tests/
|
||||
env:
|
||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||
- name: Rust tests.
|
||||
run: nix develop .#test --command cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user