mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Add cargo test --features google
This commit is contained in:
parent
b49d88a970
commit
ecbf34b280
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -58,3 +58,6 @@ jobs:
|
||||
- name: Run Rust tests
|
||||
run: |
|
||||
cargo test
|
||||
- name: Run Rust tests with google feature
|
||||
run: |
|
||||
cargo test --features google
|
||||
|
Loading…
Reference in New Issue
Block a user