mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
node:zlib: move deflate and gzip into native code (#11770)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -233,6 +233,8 @@ async function runTests() {
|
||||
reportOutputToGitHubAction("failing_tests", markdown);
|
||||
}
|
||||
|
||||
if (!isCI) console.log("-------");
|
||||
if (!isCI) console.log("passing", results.length - failedTests.length, "/", results.length);
|
||||
return results;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user