We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0764a9 commit 4002368Copy full SHA for 4002368
library/test/src/lib.rs
@@ -587,7 +587,7 @@ pub fn run_test(
587
// If the platform is single-threaded we're just going to run
588
// the test synchronously, regardless of the concurrency
589
// level.
590
- let supports_threads = !cfg!(target_os = "emscripten") && !cfg!(target_family = "wasm");
+ let supports_threads = !cfg!(target_os = "emscripten") && !cfg!(target_family = "wasm") && !cfg!(target_os = "zkvm");
591
if supports_threads {
592
let cfg = thread::Builder::new().name(name.as_slice().to_owned());
593
let mut runtest = Arc::new(Mutex::new(Some(runtest)));
0 commit comments