We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42327e0 commit 0b5a8c6Copy full SHA for 0b5a8c6
.github/workflows/test-opensrc.yml
@@ -18,16 +18,16 @@ jobs:
18
- uses: bazel-contrib/setup-bazel@0.18.0
19
with:
20
bazelisk-cache: true
21
- disk-cache: ${{ runner.os }}-${{ github.workflow }}-unit_test
+ disk-cache: false
22
repository-cache: true
23
- cache-save: ${{ github.event_name != 'pull_request' }}
+ cache-save: false
24
- name: bazel_test
25
run: |
26
set -x
27
set -e
28
du -h -d 3 /${HOME}/.cache/
29
df -h
30
- bazelisk test //kv_cache_manager/... --cache_test_results=no --test_output=errors
+ bazelisk test //kv_cache_manager/... --cache_test_results=no --test_output=errors --jobs=4
31
ls -alh ./
32
33
du -h -d 3 /
0 commit comments