CI: run tests after build as well

This commit is contained in:
Adriaan de Groot 2018-09-20 08:02:43 -04:00
parent 3b8fa187e1
commit a32149bd92

View File

@ -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