mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI tests don't tell why they fail

offa opened this issue · comments

commented

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

commented

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

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