mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
Run nmake check on Actions (#4487)
* Run nmake check on Actions * Skip tests not working in mswin GitHub Actions * Override TEMP * Revert "Skip tests not working in mswin GitHub Actions" This reverts commit544d2575fc
. * Revert "Revert "Skip tests not working in mswin GitHub Actions"" This reverts commite1f8ad7862
. * Fix timeouts * Skip some more broken tests * Update windows.yml * Add a guard for rbasic_spec * Revert "Update windows.yml" This reverts commitbc9694b6b3
. * Skip the ensure clause * Simplify the ensure
This commit is contained in:
parent
07f055bb13
commit
cc1ea6e023
Notes:
git
2021-05-12 07:19:11 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
9 changed files with 27 additions and 3 deletions
|
@ -63,6 +63,7 @@ class TestGemResolverGitSpecification < Gem::TestCase
|
|||
|
||||
def test_install_extension
|
||||
skip if Gem.java_platform?
|
||||
skip if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # not working from the beginning
|
||||
name, _, repository, = git_gem 'a', 1 do |s|
|
||||
s.extensions << 'ext/extconf.rb'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue