Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #124681 - risc0:erik/fix-test, r=joboet
zkvm: fix run_tests
`zkvm` is single-threaded, similar to `emscripten` and `wasm`. The `cfg` for `zkvm` seems to have been dropped. This PR adds the `cfg` again.