Skip to content

Commit

Permalink
Enable crate cache for integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jan 29, 2025
1 parent 7a5b9ff commit 9a8ec0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install tox
run: pip install tox
- name: Cache fetched crates
uses: actions/cache@v4
if: ${{ matrix.suite == "integration" }}
with:
path: integration_test/dist
key: dist
- name: Test using tox
run: tox -e ${{ matrix.suite }}
qa:
Expand Down

0 comments on commit 9a8ec0d

Please sign in to comment.