mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Run tests in parallel
This commit is contained in:
parent
70391e58db
commit
3442acbe35
2 changed files with 8 additions and 8 deletions
|
@ -147,19 +147,19 @@ groups() ->
|
|||
te_identity
|
||||
],
|
||||
[
|
||||
{http, [], Tests},
|
||||
{https, [], Tests},
|
||||
{http_compress, [], Tests},
|
||||
{https_compress, [], Tests},
|
||||
{onrequest, [], [
|
||||
{http, [parallel], Tests},
|
||||
{https, [parallel], Tests},
|
||||
{http_compress, [parallel], Tests},
|
||||
{https_compress, [parallel], Tests},
|
||||
{onrequest, [parallel], [
|
||||
onrequest,
|
||||
onrequest_reply
|
||||
]},
|
||||
{onresponse, [], [
|
||||
{onresponse, [parallel], [
|
||||
onresponse_crash,
|
||||
onresponse_reply
|
||||
]},
|
||||
{onresponse_capitalize, [], [
|
||||
{onresponse_capitalize, [parallel], [
|
||||
onresponse_capitalize
|
||||
]},
|
||||
{set_env, [], [
|
||||
|
|
|
@ -60,7 +60,7 @@ groups() ->
|
|||
ws_timeout_reset,
|
||||
ws_upgrade_with_opts
|
||||
],
|
||||
[{ws, [], BaseTests}].
|
||||
[{ws, [parallel], BaseTests}].
|
||||
|
||||
init_per_suite(Config) ->
|
||||
application:start(crypto),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue