srctree

Robin Linden parent 32375c23 5e758dd5
Drop the Bazel cache on Bazel updates as well

inlinesplit
.github/workflows/ci.yaml added: 2, removed: 2, total 0
@@ -115,7 +115,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.cache/bazel
key: bazel-${{ hashFiles('WORKSPACE', 'bazel/**') }}
key: bazel-${{ hashFiles('.bazelversion', 'WORKSPACE', 'bazel/**') }}
- run: bazel test //...
 
buildifier: