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 aa28020 commit 7bc5677Copy full SHA for 7bc5677
CONTRIBUTING.md
@@ -25,6 +25,25 @@ of their opinion on [RabbitMQ mailing list](https://groups.google.com/forum/#!fo
25
See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).
26
27
28
+## Running Tests
29
+
30
+To run a "fast suite" (a subset of tests):
31
32
+ make ct-fast
33
34
+To run a "slow suite" (a subset of tests that take much longer to run):
35
36
+ make ct-slow
37
38
+To run a particular suite:
39
40
+ make ct-$suite_name
41
42
+for example, to run the `backing_queue` suite:
43
44
+ make ct-backing_queue
45
46
47
## Contributor Agreement
48
49
If you want to contribute a non-trivial change, please submit a signed copy of our
0 commit comments