mirror-chatterino2/tests
pajlada 83dfb08aed
Enable LTO support for Chatterino builds (#4258)
This is disabled by default, and can be enabled by passing `-DCHATTERINO_LTO=On` to your cmake invocation.
2022-12-24 18:42:59 +01:00
..
src Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
.clang-format Sort and force grouping of includes (#4172) 2022-11-27 19:32:53 +01:00
CMakeLists.txt Enable LTO support for Chatterino builds (#4258) 2022-12-24 18:42:59 +01:00
README.md Run httpbin docker image locally in CI (#3778) 2022-05-30 01:43:13 +02:00

To run tests all tests you will need to run the kennethreitz/httpbin and ghcr.io/chatterino/twitch-pubsub-server-test:latest docker images

For example:

docker run --network=host --detach ghcr.io/chatterino/twitch-pubsub-server-test:latest
docker run -p 9051:80 --detach kennethreitz/httpbin