Skip to content

Commit 6b57071

Browse files
committed
Attempt to cache Vim for faster runs
1 parent 8e271a3 commit 6b57071

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333

34+
- uses: actions/cache@v4
35+
id: cache-test-dependencies
36+
with:
37+
path: /tmp/vim
38+
key: ubuntu-latest_v9.1.0774
39+
3440
- uses: actions/setup-python@v5
3541
with:
3642
python-version: '3.12'

0 commit comments

Comments
 (0)