File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ examples
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ before_install:
3232- bazel $BAZEL_OPTS fetch --curses=no -- "//ruby/..."
3333- (cd examples && bazel $BAZEL_OPTS fetch --curses=no -- "//...")
3434install :
35- - bazel $BAZEL_OPTS build $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 -- //ruby/ ...
35+ - bazel $BAZEL_OPTS build $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 -- //...
3636- (cd examples && bazel $BAZEL_OPTS build $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 -- //...)
3737script :
38- - bazel $BAZEL_OPTS test $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 --test_output=streamed -- //ruby/ ...
38+ - bazel $BAZEL_OPTS test $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 --test_output=streamed -- //...
3939- (cd examples && bazel $BAZEL_OPTS test $BAZEL_BUILD_OPTS --show_progress_rate_limit 0 --test_output=streamed -- //...)
4040
4141env :
You can’t perform that action at this time.
0 commit comments