Skip to content

Commit

Permalink
add trigger file for run_cpp_ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Song-Quan committed Mar 4, 2025
1 parent 32dc15c commit 3692238
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ workflows:
cmd/.* run_go_ut true
pkg/.* run_go_ut true
contrib/.* run_go_ut true
.circleci/unittest-config.yml run_go_ut true
bazel/.* run_cpp_ut true
engine/.* run_cpp_ut true
.bazelrc run_cpp_ut true
.circleci/unittest-config.yml run_go_ut true
.bazeliskrc run_cpp_ut true
MODULE.bazel run_cpp_ut true
.circleci/unittest-config.yml run_cpp_ut true
run_regtest:
when: << pipeline.parameters.enable_regtest >>
Expand Down

0 comments on commit 3692238

Please sign in to comment.