Make Travis builds fail if tests fail

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
Yury V. Zaytsev 2023-08-13 20:39:36 +02:00
parent 77890a3d1a
commit 7f7ae6e04d

View File

@ -29,7 +29,7 @@ set -x
function do_build() {
make
make -k check || true
make -k check
make install
}