mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Swap the ws and autobahn test groups to run autobahn last
If there's an error it makes sense to have feedback as early as possible.
This commit is contained in:
parent
8404b1c908
commit
8390b04f7a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
%% ct.
|
||||
|
||||
all() ->
|
||||
[{group, autobahn}, {group, ws}].
|
||||
[{group, ws}, {group, autobahn}].
|
||||
|
||||
groups() ->
|
||||
BaseTests = ct_helper:all(?MODULE) -- [autobahn_fuzzingclient],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue