misc, tests: Add missing build/ALL cache in daily-tests.yaml

This commit is contained in:
Bobby R. Bruce
2024-09-23 12:05:42 -07:00
parent 162ea1fa74
commit 5214c8b0cb

View File

@@ -47,6 +47,12 @@ jobs:
path: build/NULL
key: testlib-build-null
- name: Cache build/ALL
uses: actions/cache@v4
with:
path: build/ALL
key: testlib-build-all
- name: long ${{ matrix.test-type }} tests
working-directory: ${{ github.workspace }}/tests
run: ./main.py run gem5/${{ matrix.test-type }} -j$(nproc) --length=long -vv -t $(nproc)