From f651e4b66ae63d28d55aa5f668ba7078f48bda07 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 17 Nov 2023 11:00:14 -0800 Subject: [PATCH] Fix typo in pull request template. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6ddecf0aa5..95e8ed603e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,5 +20,5 @@ person(s) who reviewed your changes. This will make sure it gets re-added to the - [ ] Run `cargo clippy`. If applicable, add: - [ ] `--target wasm32-unknown-unknown` - [ ] `--target wasm32-unknown-emscripten` -- [ ] Run `cargo xtask run` to run tests. +- [ ] Run `cargo xtask test` to run tests. - [ ] Add change to `CHANGELOG.md`. See simple instructions inside file.