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