1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05: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 commit 544d2575fc.

* Revert "Revert "Skip tests not working in mswin GitHub Actions""

This reverts commit e1f8ad7862.

* Fix timeouts

* Skip some more broken tests

* Update windows.yml

* Add a guard for rbasic_spec

* Revert "Update windows.yml"

This reverts commit bc9694b6b3.

* Skip the ensure clause

* Simplify the ensure
This commit is contained in:
Takashi Kokubun 2021-05-11 15:18:44 -07:00 committed by GitHub
parent 07f055bb13
commit cc1ea6e023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -323,6 +323,7 @@ class TestWEBrickHTTPProxy < Test::Unit::TestCase
end if defined?(OpenSSL::SSL)
def test_upstream_proxy
return if /mswin/ =~ RUBY_PLATFORM && ENV.key?('GITHUB_ACTIONS') # not working from the beginning
# Testing GET or POST through the upstream proxy server
# Note that the upstream proxy server works as the origin server.
# +------+