1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Actions mingw - add tool/test for WEBrick in spec tests (#3882)

Some spec tests require WEBrick, and the spec tests are run from install with the MinGW CI.
This commit is contained in:
MSP-Greg 2020-12-10 11:27:02 -06:00 committed by GitHub
parent f3c19ddfbc
commit 4a559aa225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2020-12-11 02:27:28 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View file

@ -120,7 +120,7 @@ jobs:
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
ruby -v
ruby ../mspec/bin/mspec -j
ruby -I../../tool/test ../mspec/bin/mspec -j
- uses: k0kubun/action-slack@v2.0.0
with: