Skip to content

Commit 7ce2610

Browse files
committed
More bundler caching on CI
1 parent 18a2ce1 commit 7ce2610

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939
- { os: windows-latest, ruby: jruby }
4040
- { os: windows-latest, ruby: jruby-head }
4141

42-
env:
43-
BUNDLE_WITHOUT: benchmark
44-
4542
steps:
4643
- uses: actions/checkout@v5
4744

@@ -74,13 +71,10 @@ jobs:
7471
- name: Set up Ruby
7572
uses: ruby/setup-ruby-pkgs@v1
7673
with:
74+
bundler-cache: true
7775
ruby-version: "3.3"
7876
apt-get: valgrind
7977

80-
- run: |
81-
bundle config --without benchmark
82-
bundle install
83-
84-
- run: rake compile
78+
- run: bundle exec rake compile
8579

86-
- run: rake valgrind JSON_COMPACT=1
80+
- run: bundle exec rake valgrind JSON_COMPACT=1

0 commit comments

Comments
 (0)