Skip to content

Commit 3e9742b

Browse files
committed
Cache ./target in CI between tox runs
1 parent 8d67fc7 commit 3e9742b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
uses: actions/setup-python@v5
4848
with:
4949
python-version: "3.${{ matrix.python_minor }}"
50+
- uses: Swatinem/rust-cache@v2
51+
with:
52+
shared-key: "${{ runner.os }}_stable-rust_tox-py3${{ matrix.python_minor }}"
53+
workspaces: "light-curve"
5054
- name: Install tox
5155
run: pip install tox
5256
- name: Run Python tests

0 commit comments

Comments
 (0)