Add CI workflow (#23)

* Add CI workflow

* Delete interop.yml

* Delete test.yml

* deny warnings

* Fix unused mut
This commit is contained in:
Lucio Franco
2019-10-01 19:26:17 -04:00
committed by GitHub
parent b8483b92f9
commit 40973238d6
4 changed files with 76 additions and 53 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ impl server::RouteGuide for RouteGuide {
println!("RouteChat");
let stream = request.into_inner();
let mut state = self.state.clone();
let state = self.state.clone();
let output = async_stream::try_stream! {
futures::pin_mut!(stream);