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:
- name: Run Rust tests
run: |
cargo test
- name: Run Rust tests with google feature
run: |
cargo test --features google
......@@ -2029,7 +2029,8 @@ async fn start(
#[cfg(feature = "google")]
{
use crate::VertexInstance;
use crate::vertex::__path_vertex_compatibility;
use crate::vertex::{VertexInstance, VertexRequest, VertexResponse};
#[derive(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