Skip to content

Commit

Permalink
Add debug line just to have a change to try in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource committed Jan 23, 2024
1 parent cb08b1b commit 97f5c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/core_tests/workflow_tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2612,6 +2612,7 @@ async fn history_length_with_fail_and_timeout(
assert_eq!(ctx.history_length(), 14);
ctx.timer(Duration::from_secs(1)).await;
assert_eq!(ctx.history_length(), 19);
dbg!("Workflow ending");
Ok(().into())
});
worker
Expand Down

0 comments on commit 97f5c56

Please sign in to comment.