diff options
-rw-r--r-- | test/rubygems/test_gem_ext_builder.rb | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -106,7 +106,7 @@ install: end def test_build_extensions - skip if /mswin/ =~ RUBY_PLATFORM && ENV.key?('_ACTIONS') # not working from the beginning @spec.extensions << 'ext/extconf.rb' ext_dir = File.join @spec.gem_dir, 'ext' @@ -142,7 +142,7 @@ install: end def test_build_extensions_with_gemhome_with_space - skip if /mswin/ =~ RUBY_PLATFORM && ENV.key?('_ACTIONS') # not working from the beginning new_gemhome = File.join @tempdir, 'gem home' File.rename(@gemhome, new_gemhome) @gemhome = new_gemhome @@ -163,7 +163,7 @@ install: false end end - skip if /mswin/ =~ RUBY_PLATFORM && ENV.key?('_ACTIONS') # not working from the beginning @spec.extensions << 'ext/extconf.rb' |