build: migrate to GitHub Actions (#42671)
* build: migrate to GitHub Actions * build: strip binaries w/ target arch * chore: fix lint on GHA * build: remove CircleCI from release builds
This commit is contained in:
parent
bdf8c75d33
commit
ec64e675c3
26 changed files with 2190 additions and 201 deletions
|
@ -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);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue