Skip to content

Commit

Permalink
test (#60654)
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 authored Jan 9, 2024
1 parent b1daab4 commit 958e281
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4202,13 +4202,15 @@ function main() {
;;
cpu_cicheck_coverage)
check_diff_file_for_coverage
export ON_INFER=ON
run_setup ${PYTHON_ABI:-""} bdist_wheel ${parallel_number}
enable_unused_var_check
check_coverage_added_ut
check_coverage_build
;;
gpu_cicheck_coverage)
export FLAGS_PIR_OPTEST=True
export ON_INFER=ON
export COVERAGE_FILE=${PADDLE_ROOT}/build/python-coverage.data
is_run_distribute_in_op_test
parallel_test
Expand Down

0 comments on commit 958e281

Please sign in to comment.