From 403eba201b6b4bbc57cc4451e515914f1d610ded Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Mon, 15 Feb 2016 20:05:09 -0800 Subject: [PATCH] Group builds/tests by toolchain for speed --- hooks/pre-push | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/pre-push b/hooks/pre-push index c76c0fb..3bd6132 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -89,9 +89,9 @@ then # No need to build on nightly, the tests will do that run_cargo build tarpc stable - run_cargo build tarpc beta - run_cargo build tarpc_examples stable + + run_cargo build tarpc beta run_cargo build tarpc_examples beta # We still rely on some nightly stuff for tests