|
|
@ -8,6 +8,9 @@ on: |
|
|
|
description: "The SHA key for the commit we want to run over" |
|
|
|
description: "The SHA key for the commit we want to run over" |
|
|
|
type: string |
|
|
|
type: string |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
permissions: |
|
|
|
|
|
|
|
contents: read |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
linux: |
|
|
|
linux: |
|
|
|
name: Linux |
|
|
|
name: Linux |
|
|
@ -26,4 +29,4 @@ jobs: |
|
|
|
bazel: | |
|
|
|
bazel: | |
|
|
|
test //rust/upb_kernel:upb_test //rust/cpp_kernel:cpp_test \ |
|
|
|
test //rust/upb_kernel:upb_test //rust/cpp_kernel:cpp_test \ |
|
|
|
//rust/test/rust_proto_library_unit_test:rust_upb_aspect_test \ |
|
|
|
//rust/test/rust_proto_library_unit_test:rust_upb_aspect_test \ |
|
|
|
//rust/upb_kernel:upb_test //src/google/protobuf/compiler/rust/... |
|
|
|
//rust/upb_kernel:upb_test //src/google/protobuf/compiler/rust/... |
|
|
|