From 8d0d306a20706f110990e75ff6089d7e732df4f3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 22 Mar 2023 22:04:40 +0000 Subject: [PATCH] automatic update from rust-github/template@a7f5def62d8a02ca084bc839bc15ae72156d2f38 --- .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 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 -->