We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682bcb4 commit 2bb0860Copy full SHA for 2bb0860
.github/workflows/macos.yml
@@ -10,4 +10,4 @@ jobs:
10
- name: Install dependencies
11
run: bundle install
12
- name: Run test
13
- run: rake && RUBYOPT=--enable-frozen_string_literal rake
+ run: bundle exec rake && RUBYOPT=--enable-frozen_string_literal bundle exec rake
.github/workflows/ubuntu.yml
@@ -17,4 +17,4 @@ jobs:
17
18
19
20
- run: rake
+ run: bundle exec rake
.github/workflows/windows.yml
0 commit comments