pub const NEXTEST_CACHE_DIR_ENV: &str = "NEXTEST_CACHE_DIR";Expand description
Environment variable to override the nextest cache directory.
When set, this overrides the platform-specific cache directory. The records
directory will be $NEXTEST_CACHE_DIR/projects/<encoded-workspace>/records/.