Skip to content

Commit

Permalink
Create e2e.GoWorkflow utility function to always couple goroutine & w…
Browse files Browse the repository at this point in the history
…orkflow execution

Also tune timeouts on mock workflow environment
  • Loading branch information
serprex committed Dec 29, 2023
1 parent efef9a6 commit d2f9bb5
Show file tree
Hide file tree
Showing 7 changed files with 124 additions and 278 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.rs]
indent_style = space
indent_size = 4

[package.json]
indent_style = space
indent_size = 2
Loading

0 comments on commit d2f9bb5

Please sign in to comment.