mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support
BSD 2-Clause "Simplified" License
724 stars 120 forks source link

CI tests don't tell why they fail #104

Closed offa closed 5 years ago

offa commented 5 years ago

CI tests don't tell why they fail; eg. this one doesn't provide any information what's wrong.

offa commented 5 years ago

These two steps of the CI build hide test failures (see discussion #103):

- ctest -D ExperimentalBuild -j${JOBS}
- ctest -D ExperimentalMemCheck -j${JOBS}