Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Jun 4, 2023
1 parent 247cc36 commit 13b0725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -54,8 +54,8 @@ end

task :libmruby => "lib/picoruby" do
FileUtils.cd "lib/picoruby" do
sh "rake test"
sh "rake"
sh "MRUBY_CONFIG=default rake test"
sh "MRUBY_CONFIG=#{ENV['MRUBY_CONFIG']} rake"
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/picoruby
Submodule picoruby updated 1 files
+1 −1 Rakefile

0 comments on commit 13b0725

Please sign in to comment.