gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
12.31k stars 905 forks source link

Incorrect command in pull request template #5425

Closed VlaDexa closed 6 months ago

VlaDexa commented 6 months ago

Current pull request template suggests: "Run cargo xtask test to run tests.". But, actually, running this command won't do anything, since test isn't a proper xtest target.

> cargo xtask test
    Finished dev [unoptimized + debuginfo] target(s) in 0.00s
     Running `xtask/target/debug/xtask test`
unrecognized subcommand "test"; see `--help` for more detail

Could you please change it to something that actually works, or, rather, just let the CI do the tests and just remove this task from the template

VlaDexa commented 6 months ago

Sorry, ran it in a naga subdir