diff --git a/README.md b/README.md index 36b650d7d..720a3d7ee 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ To run a given set of tests: ``` # Must be inside the cts folder we just checked out, else this will fail -cargo run --manifest-path ../cts_runner/Cargo.toml --frozen -- ./tools/run_deno --verbose "" +cargo run --manifest-path ../cts_runner/Cargo.toml -- ./tools/run_deno --verbose "" ``` To find the full list of tests, go to the [online cts viewer](https://gpuweb.github.io/cts/standalone/?runnow=0&worker=0&debug=0&q=webgpu:*).