diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c01b44b..f5ce375 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Please, make sure: https://github.com/rust-github/rust-gh-example/blob/main/docs/CONTRIBUTING.md - you have formatted the code using rustfmt: https://github.com/rust-lang/rustfmt -- you have checked that all tests pass, by running `cargo test --all` +- you have checked that all tests pass, by running `cargo test --workspace` - you have updated the changelog (if needed): https://github.com/rust-github/rust-gh-example/blob/main/CHANGELOG.md -->