Skip to content

Commit bfe19d3

Browse files
committed
changed the minimal build to have test over the //install/...
1 parent 78f7801 commit bfe19d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

otel_sdk_build.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ goto:eof
3838

3939
:minimal
4040
"%__BAZEL__%" build --profile=min.dll.tracing.json --//:with_dll=true otel_sdk_d otel_sdk_rd otel_sdk_r || goto:error
41-
"%__BAZEL__%" build --profile=min.nodll.tracing.json --//:with_dll=false //functional/otlp/... || goto:error
41+
"%__BAZEL__%" test --profile=min.nodll.tracing.json --//:with_dll=true //install/... || goto:error
42+
"%__BAZEL__%" test --profile=min.nodll.tracing.json --//:with_dll=false //install/... || goto:error
4243
goto:eof
4344

4445
:zip

0 commit comments

Comments
 (0)