Skip to content

Commit

Permalink
add a ci test for the evict option
Browse files Browse the repository at this point in the history
  • Loading branch information
planetmarshall committed Dec 15, 2024
1 parent 1ded0f1 commit d6d09c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,15 @@ jobs:
else
ls -l $(which gcc) | grep -v $(which ccache)
fi
test_option_evict:
runs-on: ubuntu-latest
strategy:
matrix:
evict: [true, false]
steps:
- uses: actions/checkout@v4
- name: Run ccache-action
uses: ./
with:
evict-old-files: ${{ matrix.save }}

0 comments on commit d6d09c9

Please sign in to comment.