mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
test non-debug build first in ci.sh
If something's broken, the script will fail faster if we test the faster build first, giving us quicker feedback.
This commit is contained in:
parent
c3e34b9438
commit
96a4b6e508
@ -2,8 +2,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
make mode=debug test
|
||||
make test
|
||||
make mode=debug test
|
||||
make process=interpret test
|
||||
# bootimage and openjdk builds without openjdk-src don't work:
|
||||
if [ -z "${openjdk}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user