Skip to content

Commit 2722143

Browse files
committed
Add rake go_gem:test
1 parent 400046c commit 2722143

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Rakefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,15 @@ namespace :ruby_h_to_go do
112112
end
113113
end
114114

115+
namespace :go_gem do
116+
desc "Run go_gem test"
117+
task :test do
118+
Dir.chdir(File.join(__dir__, "gem")) do
119+
sh "rspec"
120+
end
121+
end
122+
end
123+
115124
desc "Run _tools/ruby_h_to_go"
116125
task :ruby_h_to_go do
117126
sh "./_tools/ruby_h_to_go/exe/ruby_h_to_go"

0 commit comments

Comments
 (0)