build: migrate to GitHub Actions (#42720)

* build: migrate to GitHub Actions

* build: use old clang-format binary path

* debug (do not merge): intentionally bust Linux cache

* build: unskip cache creation
This commit is contained in:
Keeley Hammond 2024-07-01 03:33:12 -07:00 committed by GitHub
parent 70bb34ed11
commit ba9b3d4421
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 2229 additions and 187 deletions

View file

@ -1749,7 +1749,7 @@ describe('protocol module', () => {
const end = Date.now();
return end - begin;
})();
expect(interceptedTime).to.be.lessThan(rawTime * 1.5);
expect(interceptedTime).to.be.lessThan(rawTime * 1.6);
});
});
});