diff options
Diffstat (limited to 'cc/proto_test.go')
-rw-r--r-- | cc/proto_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/proto_test.go b/cc/proto_test.go index f8bbd2643..2d059ebd1 100644 --- a/cc/proto_test.go +++ b/cc/proto_test.go @@ -22,6 +22,7 @@ import ( ) func TestProto(t *testing.T) { + t.Parallel() t.Run("simple", func(t *testing.T) { ctx := testCc(t, ` cc_library_shared { |