CI: run tests after build as well
This commit is contained in:
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…
Reference in New Issue
Block a user