Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Dec 18, 2024
1 parent a62f978 commit 3df4dc4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 41 deletions.
78 changes: 39 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default-members = ["compute"]

[workspace.package]
edition = "2021"
version = "0.2.30"
version = "0.2.31"
license = "Apache-2.0"
readme = "README.md"

Expand Down
4 changes: 3 additions & 1 deletion compute/src/workers/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@ mod tests {

log::info!("Got all results, closing channel.");
publish_rx.close();
workflow_tx.worker_handle.await.unwrap();

// TODO: this bugs out
worker_handle.await.unwrap();
log::info!("Done.");
}
}

0 comments on commit 3df4dc4

Please sign in to comment.