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. ```