Compare commits

...

1 Commits

Author SHA1 Message Date
Ashcon Partovi
2e32e5fd0b Testing old canary build 2024-07-29 15:32:25 -07:00

View File

@@ -136,6 +136,12 @@ async function runTests() {
}
console.log("Bun:", execPath);
console.log("HACK: Testing the last canary build of Bun");
await spawnSafe({
command: execPath,
args: ["upgrade", "--canary"],
});
const revision = getRevision(execPath);
console.log("Revision:", revision);