aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-01-25 12:30:35 +0100
committerLoïc Hoguin <[email protected]>2024-01-26 12:34:37 +0100
commit7d3aa6c9dd9ed6ae6aa769e54e139ec8ff7a49cf (patch)
treeb600b0fc38658742787a1c03592b4fdd112f8dd3 /Makefile
parentb36f064a91c36f3659263410fc6954c788a4609d (diff)
downloadcowboy-7d3aa6c9dd9ed6ae6aa769e54e139ec8ff7a49cf.tar.gz
cowboy-7d3aa6c9dd9ed6ae6aa769e54e139ec8ff7a49cf.tar.bz2
cowboy-7d3aa6c9dd9ed6ae6aa769e54e139ec8ff7a49cf.zip
Run make ct-examples at the end of normal CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1609bbf..1be1885 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ endef
include erlang.mk
-# Don't run the examples test suite by default.
+# Don't run the examples/autobahn test suites by default.
ifndef FULL
CT_SUITES := $(filter-out examples ws_autobahn,$(CT_SUITES))