diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c522c34ef..ac9df72be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,4 @@ jobs: with: path: "~/.cache/bazel" key: bazel - - run: bazel test //... + - run: CARGO_BAZEL_REPIN=true bazel test //...