Skip to content

Commit 656c77e

Browse files
committed
Resume cicheck
1 parent e1492f1 commit 656c77e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -313,17 +313,7 @@ function run_test() {
313313
Running unit tests ...
314314
========================================
315315
EOF
316-
ctest --output-on-failure -R graph_test -V
317-
ctest --output-on-failure -R test_dist_transpiler -V
318-
ctest --output-on-failure -R test_dist_word2vec -V
319-
ctest --output-on-failure -R test_desc_clone -V
320-
ctest --output-on-failure -R test_dist_mnist -V
321-
ctest --output-on-failure -R test_listen_and_serv_op -V
322-
ctest --output-on-failure -R test_debugger -V
323-
ctest --output-on-failure -R test_dist_transformer -V
324-
ctest --output-on-failure -R test_dist_se_resnext -V
325-
ctest --output-on-failure -R test_prelu_op -V
326-
316+
ctest --output-on-failure
327317
# make install should also be test when unittest
328318
make install -j `nproc`
329319
pip install /usr/local/opt/paddle/share/wheels/*.whl

0 commit comments

Comments
 (0)