Skip to content

Commit 5c7ad91

Browse files
authored
Merge pull request #2281 from fermyon/in-memory-spin
In process runtime tests
2 parents fd24870 + b697d89 commit 5c7ad91

File tree

15 files changed

+562
-338
lines changed

15 files changed

+562
-338
lines changed

Cargo.lock

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/trigger/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pub mod cli;
22
pub mod loader;
3-
mod network;
3+
pub mod network;
44
mod runtime_config;
55
mod stdio;
66

0 commit comments

Comments
 (0)