SFML/.github
Chris Thrasher 0b62543942 Don't automatically run tests after build
The runtests target must be used on Windows for the sake of code
coverage. However we can't use that target on all other platforms
because on some non-Windows platforms like Android, the tests don't
even get configured. If you try to build a target that doesn't exist
you get a hard failure. Using CTest is better because it will still
return zero even if no tests are found as is the case on Android.
2023-03-14 20:23:17 -06:00
..
workflows Don't automatically run tests after build 2023-03-14 20:23:17 -06:00
.codecov.yml Turn off Codecov annotations 2022-10-28 16:36:50 +02:00
ISSUE_TEMPLATE.md Fix outdated use of the sf::VideoMode constructor 2022-11-22 14:55:52 +01:00
PULL_REQUEST_TEMPLATE.md Fix outdated use of the sf::VideoMode constructor 2022-11-22 14:55:52 +01:00