Skip to content

Commit 50eaa02

Browse files
committed
Move check API at the last
1 parent 8c70183 commit 50eaa02

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
@@ -586,11 +586,11 @@ function main() {
586586
cicheck)
587587
cmake_gen ${PYTHON_ABI:-""}
588588
build
589-
assert_api_not_changed
590589
run_test
591590
gen_capi_package
592591
gen_fluid_inference_lib
593592
test_fluid_inference_lib
593+
assert_api_not_changed
594594
;;
595595
*)
596596
print_usage

0 commit comments

Comments
 (0)