xo-flatstring: github: + run unit tests

This commit is contained in:
Roland Conybeare 2024-04-17 20:48:38 -04:00
commit 6b43254b79

View file

@ -134,6 +134,10 @@ jobs:
cmake --build ${BUILDDIR} --config ${{env.BUILD_TYPE}}
echo "::endgroup"
echo "::group::run unit tests ${XONAME}"
cmake --build ${BUILDDIR} -- test
echo "::endgroup"
echo "::group::local install ${XONAME}"
cmake --install ${BUILDDIR}
echo "::endgroup"