xo-flatstring: github: run flatstring unit tests
This commit is contained in:
parent
eccdd21cbd
commit
bd6fa8d322
1 changed files with 4 additions and 0 deletions
4
.github/workflows/xo-cpp-main.yml
vendored
4
.github/workflows/xo-cpp-main.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue