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

Document how to run all test suites

This commit is contained in:
Loïc Hoguin 2018-11-20 13:28:48 +01:00
parent 1a1fb95f56
commit 0704b2fa7c
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -228,6 +228,14 @@ $ make tests
You can then open Common Test logs in 'logs/all_runs.html'.
By default Cowboy excludes a few test suites that take too
long to complete. For example all the examples are built and
tested, and one Websocket test suite is very extensive. In
order to run everything, do:
[source,bash]
$ make tests FULL=1
Once all tests pass (or at least, no new tests are failing),
you can commit your changes.