Skip to content

Commit c247203

Browse files
authored
(temp) *do* use cache but invalidate them
1 parent 3b46333 commit c247203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
with:
3535
windows-toolchain: 'none' # remove this line if the project requires MSYS2 DevKit
3636
ruby-version: ${{ matrix.ruby-version }}
37+
bundler-cache: true
38+
cache-version: 25.1
3739

3840
- name: Test with Minitest
3941
run: bundle exec rake test:isolated

0 commit comments

Comments
 (0)