mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
Remove --frozen from Deno instructions
This commit is contained in:
parent
e867a7434c
commit
f4bdf5c9a7
@ -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 "<test string>"
|
||||
cargo run --manifest-path ../cts_runner/Cargo.toml -- ./tools/run_deno --verbose "<test string>"
|
||||
```
|
||||
|
||||
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:*).
|
||||
|
Loading…
Reference in New Issue
Block a user