From 7ada22989cedc50ed7c8d69c49fd0ff8b465bc1f Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Thu, 10 Dec 2020 09:52:20 +0000 Subject: [PATCH] test(std/wasi): run test runner with --no-check This runs the test runner with --no-check which shaves the time taken down from a bit over 1 minute to 5 seconds. --- std/wasi/snapshot_preview1_test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/std/wasi/snapshot_preview1_test.ts b/std/wasi/snapshot_preview1_test.ts index 01b91bc3e48f70..f102f083d8560e 100644 --- a/std/wasi/snapshot_preview1_test.ts +++ b/std/wasi/snapshot_preview1_test.ts @@ -90,6 +90,7 @@ for (const pathname of tests) { "--quiet", "--unstable", "--allow-all", + "--no-check", path.resolve(rootdir, "snapshot_preview1_test_runner.ts"), prelude, path.resolve(rootdir, pathname),