diff --git a/hooks/pre-push b/hooks/pre-push index 491a65d..bd5474b 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -104,13 +104,15 @@ if [ "$?" == 0 ] && [ "${TARPC_USE_CURRENT_TOOLCHAIN}" == "" ]; then exit 1 fi - # No need to build on nightly, the tests will do that run_cargo build tarpc stable run_cargo build tarpc_examples stable run_cargo build tarpc beta run_cargo build tarpc_examples beta + run_cargo build tarpc nightly + run_cargo build tarpc_examples nightly + # We still rely on some nightly stuff for tests run_cargo test tarpc nightly run_cargo test tarpc_examples nightly