Skip to content

Commit

Permalink
ccache debug
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Oct 27, 2024
1 parent 96a9405 commit 6727183
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,23 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}
verbose: 2

- name: Update pip
run: python -m pip install -U pip

- name: Build and install reticula
run: python -m pip install .[test] -v
env:
CCACHE_DEBUG: 1
CCACHE_DEBUGDIR: "./ccache-debug"

- name: Archive CCache debug files
uses: actions/upload-artifact@v4
with:
name: ccache-debug
path: ccache-debug


- name: Run tests
run: python -m pytest .

0 comments on commit 6727183

Please sign in to comment.