added std lib build to check test

This commit is contained in:
Sven Vogel 2024-05-25 13:52:59 +02:00
parent e11297ccfe
commit 74ce05e2c6
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ if [ ! $? -eq 0 ]; then
exit 1
fi
sh -c ./run-lib-build.sh
echo "+--------------------------------------+"
echo "| RUNNING CODE CHECK |"
echo "+--------------------------------------+"