Skip to content

Commit

Permalink
Enforce that MODULE.bazel.lock generated by bazel rules_rust is up to…
Browse files Browse the repository at this point in the history
… date
  • Loading branch information
dtolnay committed Oct 15, 2024
1 parent 98577b0 commit 38e0a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
continue-on-error: ${{matrix.os == 'windows'}} # https://github.com/bazelbuild/bazel/issues/18592
- run: bazel test ... --verbose_failures --noshow_progress ${{matrix.os == 'macos' && '--xcode_version_config=tools/bazel:github_actions_xcodes' || ''}}
continue-on-error: ${{matrix.os == 'windows'}} # https://github.com/bazelbuild/bazel/issues/18592
- name: Check MODULE.bazel.lock up to date
run: git diff --exit-code

minimal:
name: Minimal versions
Expand Down

0 comments on commit 38e0a80

Please sign in to comment.