chore(health): Generate file descriptor set in bootstrap test (#1265)

This commit is contained in:
tottoto
2023-02-14 00:20:48 +09:00
committed by GitHub
parent 17d6a4b576
commit b301013d58
+1
View File
@@ -14,6 +14,7 @@ fn bootstrap() {
.build_server(true)
.build_transport(false)
.out_dir(&out_dir)
.file_descriptor_set_path(out_dir.join("grpc_health_v1.bin"))
.compile(iface_files, dirs)
.unwrap();