Skip to content

Commit 0fedef3

Browse files
committed
Clean up testing JobCores initialization
1 parent 4c088f2 commit 0fedef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/testing/src/modules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ impl CompiledModule {
187187
},
188188
&certs,
189189
paths.data_dir.into(),
190-
JobCores::default(),
190+
JobCores::without_pinned_cores(tokio::runtime::Handle::current()),
191191
)
192192
.await
193193
.unwrap();

0 commit comments

Comments
 (0)