Skip to main content

cache_result

Function cache_result 

Source
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.