mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 04:10:24 +00:00
Don't run perf suites by default
This commit is contained in:
parent
49be0f57cf
commit
d889291c4f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -59,7 +59,7 @@ include erlang.mk
|
|||
# Don't run the examples/autobahn test suites by default.
|
||||
|
||||
ifndef FULL
|
||||
CT_SUITES := $(filter-out examples ws_autobahn,$(CT_SUITES))
|
||||
CT_SUITES := $(filter-out examples http_perf ws_autobahn ws_perf,$(CT_SUITES))
|
||||
endif
|
||||
|
||||
# Don't run HTTP/3 test suites on Windows.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue