Skip to content

Commit

Permalink
ci: force ri rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Jan 22, 2025
1 parent d236524 commit ea9a7d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ pub async fn mock_tap_aggregator_server() -> Result<oneshot::Sender<()>, Box<dyn
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
// Start the mock server

let shutdown_tx = mock_tap_aggregator_server().await?;

println!("Mock server running. Press Ctrl+C to stop.");
println!("Mock server running. Press Ctrl+C to stop.");

// Wait until the user decides to terminate the process
tokio::signal::ctrl_c().await.expect("Failed to listen for Ctrl+C");
Expand Down

0 comments on commit ea9a7d2

Please sign in to comment.