pub fn cache_result(
project_dir: &Path,
hash: &str,
adapter: &str,
result: &TestRunResult,
extra_args: &[String],
config: &CacheConfig,
) -> Result<()>Expand description
Cache a test run result.
pub fn cache_result(
project_dir: &Path,
hash: &str,
adapter: &str,
result: &TestRunResult,
extra_args: &[String],
config: &CacheConfig,
) -> Result<()>Cache a test run result.