Skip to content

Commit e1492f1

Browse files
committed
Change the sequence of ci check
1 parent 5a83776 commit e1492f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,9 +320,9 @@ EOF
320320
ctest --output-on-failure -R test_dist_mnist -V
321321
ctest --output-on-failure -R test_listen_and_serv_op -V
322322
ctest --output-on-failure -R test_debugger -V
323-
ctest --output-on-failure -R test_prelu_op -V
324323
ctest --output-on-failure -R test_dist_transformer -V
325324
ctest --output-on-failure -R test_dist_se_resnext -V
325+
ctest --output-on-failure -R test_prelu_op -V
326326

327327
# make install should also be test when unittest
328328
make install -j `nproc`

0 commit comments

Comments
 (0)