[MinGW] Run test-spec

This commit is contained in:
Nobuyoshi Nakada 2021-11-07 15:55:06 +09:00
parent 5ebda74ae1
commit acd82cc31a
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -123,11 +123,8 @@ jobs:
- name: test-spec
timeout-minutes: 10
working-directory: src/spec/ruby
run: |
$env:Path = "$pwd/../../../install/bin;$env:Path"
ruby -v
ruby ../mspec/bin/mspec -I../../tool/lib -j --timeout 60
make test-spec
- uses: k0kubun/action-slack@v2.0.0
with: