Use a different cache dir in each test file

This commit is contained in:
Jarred Sumner
2024-04-08 07:39:05 -07:00
parent 2615dc742e
commit 5baa2fbb87

View File

@@ -240,6 +240,7 @@ Starting "${name}"
BUN_RUNTIME_TRANSPILER_CACHE_PATH: "0",
GITHUB_ACTIONS: process.env.GITHUB_ACTIONS ?? "true",
BUN_DEBUG_QUIET_LOGS: "1",
BUN_INSTALL_CACHE_DIR: join(TMPDIR, ".bun-install-cache"),
[windows ? "TEMP" : "TMPDIR"]: TMPDIR,
},
});