0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 04:10:24 +00:00

Run make ct-examples at the end of normal CI

This commit is contained in:
Loïc Hoguin 2024-01-25 12:30:35 +01:00
parent b36f064a91
commit 7d3aa6c9dd
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
2 changed files with 38 additions and 1 deletions

View file

@ -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))