"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "f550745a2bd7eda8b4f630c12bfea041408982dd"
Unverified Commit 0aa66d69 authored by Alvaro Bartolome's avatar Alvaro Bartolome Committed by GitHub
Browse files

Fix build with `--features google` (#2566)

* Fix `cargo build --features google`

* Add `cargo test --features google`
parent 0b7df771
...@@ -58,3 +58,6 @@ jobs: ...@@ -58,3 +58,6 @@ jobs:
- name: Run Rust tests - name: Run Rust tests
run: | run: |
cargo test cargo test
- name: Run Rust tests with google feature
run: |
cargo test --features google
...@@ -2029,7 +2029,8 @@ async fn start( ...@@ -2029,7 +2029,8 @@ async fn start(
#[cfg(feature = "google")] #[cfg(feature = "google")]
{ {
use crate::VertexInstance; use crate::vertex::__path_vertex_compatibility;
use crate::vertex::{VertexInstance, VertexRequest, VertexResponse};
#[derive(OpenApi)] #[derive(OpenApi)]
#[openapi( #[openapi(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment