mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-15 20:04:41 -04:00
CI: run tests after build as well
This commit is contained in:
parent
3b8fa187e1
commit
a32149bd92
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue