xo-flatstring: github: run flatstring unit tests

This commit is contained in:
Roland Conybeare 2024-04-23 17:13:58 -04:00
commit bd6fa8d322

View file

@ -127,6 +127,10 @@ jobs:
cmake --build ${XO_BUILDDIR} -j
echo "::endgroup"
echo "::group::test ${XO_NAME}"
cmake --build ${XO_BUILDDIR} -- test
echo "::endgroup"
echo "::group::local install ${XO_NAME}"
cmake --install ${XO_BUILDDIR}
echo "::endgroup"