diff --git a/.github/workflows/test_rust.yml b/.github/workflows/test_rust.yml index 086ac5084a..7ff12b1bfe 100644 --- a/.github/workflows/test_rust.yml +++ b/.github/workflows/test_rust.yml @@ -26,7 +26,7 @@ jobs: image: us-docker.pkg.dev/protobuf-build/containers/common/linux/bazel:6.3.0-91a0ac83e968068672bc6001a4d474cfd9a50f1d credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }} bazel-cache: rust_linux - bazel: | - test //rust:protobuf_upb_test //rust:protobuf_cpp_test \ - //rust/test/rust_proto_library_unit_test:rust_upb_aspect_test \ - //src/google/protobuf/compiler/rust/... \ No newline at end of file + bazel: >- + test //rust:protobuf_upb_test //rust:protobuf_cpp_test + //rust/test/rust_proto_library_unit_test:rust_upb_aspect_test + //src/google/protobuf/compiler/rust/...