Skip to content

Build everything in CI #498

@mering

Description

@mering

Currently, the CI only runs bazel test //...:

bazel --bazelrc=$GITHUB_WORKSPACE/.github/workflows/ci.bazelrc --bazelrc=.bazelrc \
test "${BAZEL_REMOTE_CONFIG[@]}" //... "$@"
and together with --build_tests_only in .bazelrc:
test --build_tests_only
many targets are broken with Bzlmod. It would be great if those targets would be fixed and tested in the CI to avoid backsliding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions