diff --git a/packages/c/community-maozzi/ci.yaml b/packages/c/community-maozzi/ci.yaml index c9c75453d763e0e4ce689af6d4052c50b22ba0ba..0228b22a7db5b46e02d2f3f5a433bd1bfe6ee66f 100644 --- a/packages/c/community-maozzi/ci.yaml +++ b/packages/c/community-maozzi/ci.yaml @@ -5,8 +5,10 @@ test: code_test: tone_test: basic_test server_config: '{product}-anck-x86_64' - test_task_4: - tone_test: script + sig_test: + tone_test: custom_test entry: check-sig-pr.sh #测试脚本需要放到ci.yaml同级目录中 server_config: '{product}-anck-x86_64' - force_check: True \ No newline at end of file + force_check: True + parallel: + - code_test, sig_test \ No newline at end of file diff --git a/packages/c/community/ci.yaml b/packages/c/community/ci.yaml index 423494092e74e7869f49850d47487d7f7aaefb57..ac784afdb39e5bc6276a4116c2e0840c553fba6d 100644 --- a/packages/c/community/ci.yaml +++ b/packages/c/community/ci.yaml @@ -9,4 +9,6 @@ test: tone_test: custom_test entry: check-sig-pr.sh #测试脚本需要放到ci.yaml同级目录中 server_config: '{product}-anck-x86_64' - force_check: True \ No newline at end of file + force_check: True + parallel: + - code_test, sig_test \ No newline at end of file