mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Our runner + pure test (not written)
This commit is contained in:
parent
ca7267da0e
commit
5bd547cdf1
5
.github/workflows/nix_tests.yaml
vendored
5
.github/workflows/nix_tests.yaml
vendored
@ -15,7 +15,8 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
group: aws-highmemory-32-plus-priv
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: cachix/install-nix-action@v27
|
||||||
@ -29,4 +30,4 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: nix build
|
run: nix build
|
||||||
- name: Run tests.
|
- name: Run tests.
|
||||||
run: nix develop .#impure --command python -m pytest server/tests/
|
run: nix develop .#test --command python -m pytest server/tests/
|
||||||
|
Loading…
Reference in New Issue
Block a user