Pack compilation task up front

Change-Id: I69da8f95efbcb285b5d781346d361c79ae0acca0
diff --git a/jjb/onos/onos-verify.sh b/jjb/onos/onos-verify.sh
index b4d67ff..44fdf0b 100755
--- a/jjb/onos/onos-verify.sh
+++ b/jjb/onos/onos-verify.sh
@@ -6,5 +6,5 @@
 ONOS_ROOT=`pwd`
 . tools/build/envDefaults
 echo $PATH
-onos-buck build onos $(onos-buck targets | egrep -e '-javadoc$')
+onos-buck build onos $(onos-buck targets | egrep -e '-javadoc$' -e '-tests$')
 onos-buck test || onos-buck test --only-failing