mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Impure test because we need network.
This commit is contained in:
parent
d495a8ac3d
commit
bf8e8b5307
2
.github/workflows/nix_tests.yaml
vendored
2
.github/workflows/nix_tests.yaml
vendored
@ -38,4 +38,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||||
- name: Rust tests.
|
- name: Rust tests.
|
||||||
run: nix build .#checks.$(nix eval --impure --raw --expr 'builtins.currentSystem').rust -L
|
run: nix build .#test --command cargo test
|
||||||
|
Loading…
Reference in New Issue
Block a user