Skip to content

Commit

Permalink
Merge pull request #562 from k1LoW/fix-test
Browse files Browse the repository at this point in the history
require octorelease when not CI
  • Loading branch information
k1LoW authored Jun 6, 2022
2 parents 3fea39f + 2d1f608 commit 8f51426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ begin
require 'rspec'
require 'rspec/core'
require 'rspec/core/rake_task'
require 'octorelease'
require 'octorelease' unless ENV['CI']
require 'parallel'
require 'rubocop/rake_task'
rescue LoadError
Expand Down

0 comments on commit 8f51426

Please sign in to comment.