CI: run tests after build as well

main
Adriaan de Groot 6 years ago
parent 3b8fa187e1
commit a32149bd92

@ -51,4 +51,6 @@ df -h
echo "# Install results"
install_debugging "$DESTDIR"
$result # Result of make install, above
$result || { echo "! Install failed" ; exit 1 ; } # Result of make install, above
make test

Loading…
Cancel
Save