change GOLANG_PROTOBUF_REGISTRATION_CONFLICT from warn to ignore (#2254)
Signed-off-by: zhangchao <zchao9100@gmail.com> Signed-off-by: zhangchao <zchao9100@gmail.com>
This commit is contained in:
parent
f96873428e
commit
132b22ecf2
|
@ -245,7 +245,7 @@ jobs:
|
|||
working-directory: ${{ env.TEST_PATH }}
|
||||
run: |
|
||||
echo "Running certification tests for ${{ matrix.component }} ... "
|
||||
export GOLANG_PROTOBUF_REGISTRATION_CONFLICT=warn
|
||||
export GOLANG_PROTOBUF_REGISTRATION_CONFLICT=ignore
|
||||
set +e
|
||||
gotestsum --jsonfile ${{ env.TEST_OUTPUT_FILE_PREFIX }}_certification.json \
|
||||
--junitfile ${{ env.TEST_OUTPUT_FILE_PREFIX }}_certification.xml --format standard-quiet -- \
|
||||
|
|
Loading…
Reference in New Issue