From e1492f19e1c900dc42ec2b726d8a2720d6d7df28 Mon Sep 17 00:00:00 2001 From: minqiyang Date: Tue, 21 Aug 2018 12:55:25 +0800 Subject: [PATCH] Change the sequence of ci check --- paddle/scripts/paddle_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/scripts/paddle_build.sh b/paddle/scripts/paddle_build.sh index 1b4e849258..7f43b58175 100755 --- a/paddle/scripts/paddle_build.sh +++ b/paddle/scripts/paddle_build.sh @@ -320,9 +320,9 @@ EOF ctest --output-on-failure -R test_dist_mnist -V ctest --output-on-failure -R test_listen_and_serv_op -V ctest --output-on-failure -R test_debugger -V - ctest --output-on-failure -R test_prelu_op -V ctest --output-on-failure -R test_dist_transformer -V ctest --output-on-failure -R test_dist_se_resnext -V + ctest --output-on-failure -R test_prelu_op -V # make install should also be test when unittest make install -j `nproc`