From 6ed34fe4f35afe1fd100a0091c12926788dd8bca Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Thu, 28 Sep 2023 01:53:05 -0700 Subject: [PATCH] Specify command to run tests locally --- src/en/robust-toolbox/publishing-robusttoolbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/robust-toolbox/publishing-robusttoolbox.md b/src/en/robust-toolbox/publishing-robusttoolbox.md index ca24311bc..137703d2d 100644 --- a/src/en/robust-toolbox/publishing-robusttoolbox.md +++ b/src/en/robust-toolbox/publishing-robusttoolbox.md @@ -20,5 +20,5 @@ These instructions are a step-by-step guide for engine maintainers to follow. ```admonish warning It is always a good idea to run the game with the new engine version before publishing it and merging the PR, to check that everything still works. -You can also run tests locally as that will be faster than waiting for them to run on the GitHub workflows. +You can also run tests locally with "dotnet test" as that will be faster than waiting for them to run on the GitHub workflows. ```