[CI] Always test from clean

This commit is contained in:
jgromes 2025-01-17 20:00:59 +01:00
parent 4088db2cf2
commit 5efdfb342a

View file

@ -3,7 +3,8 @@
set -e set -e
# build the test binary # build the test binary
mkdir -p build rm -rf build
mkdir build
cd build cd build
cmake -G "CodeBlocks - Unix Makefiles" .. cmake -G "CodeBlocks - Unix Makefiles" ..
make -j4 make -j4