mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 15:49:44 -05:00
Fix denoland/denodenoland/deno_std#2064 (denoland/deno_std#328)
Original: 2c119627dc
This commit is contained in:
parent
b99f8375b2
commit
733fbfd555
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ import { runTests } from "./mod.ts";
|
|||
async function main() {
|
||||
// Testing entire test suite serially
|
||||
await runTests();
|
||||
// Testing parallel execution on a subset that does not depend on exec order
|
||||
await runTests({ parallel: true, only: /^testing/ });
|
||||
}
|
||||
|
||||
main();
|
||||
|
|
Loading…
Reference in a new issue