From 5214c8b0cb5fd6357552be5ea15887d4d72e0f2a Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 23 Sep 2024 12:05:42 -0700 Subject: [PATCH] misc, tests: Add missing build/ALL cache in daily-tests.yaml --- .github/workflows/daily-tests.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/daily-tests.yaml b/.github/workflows/daily-tests.yaml index bfee29908b..97432f53fa 100644 --- a/.github/workflows/daily-tests.yaml +++ b/.github/workflows/daily-tests.yaml @@ -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)