| --- | |
| seq: | |
| # run some common tests first | |
| - par: | |
| - t/all_modules.t | |
| - t/basic*.t | |
| - t/html*.t | |
| - t/mime*.t | |
| - t/uri*.t | |
| - t/get*.t | |
| - t/header*.t | |
| - t/*dns*.t | |
| - t/rule*.t | |
| # tests that are not parallel-ready (will run in isolation) | |
| - seq: | |
| - t/extracttext.t | |
| - t/spamd_prefork_stress.t | |
| - t/spamd_prefork_stress_2.t | |
| # rest of the tests | |
| - par: ** |