We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d63e3 commit a8a281dCopy full SHA for a8a281d
docs/testing.md
@@ -17,8 +17,8 @@ There are two main sets of tests:
17
The Docker tests can be run locally on a machine with Docker. For example:
18
19
```
20
-make devserver
21
-make advancedserver
+make test-devserver
+make test-advancedserver
22
23
24
You can specify the image to use directly by using the `MQ_IMAGE_ADVANCEDSERVER` or `MQ_IMAGE_DEVSERVER` variables, for example:
0 commit comments