0
Fork 0
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:
Loïc Hoguin 2013-03-02 16:15:48 +01:00
parent 70391e58db
commit 3442acbe35
2 changed files with 8 additions and 8 deletions

View file

@ -60,7 +60,7 @@ groups() ->
ws_timeout_reset,
ws_upgrade_with_opts
],
[{ws, [], BaseTests}].
[{ws, [parallel], BaseTests}].
init_per_suite(Config) ->
application:start(crypto),