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

Don't combine test-all and rubyspec.

This commit is contained in:
Samuel Williams 2022-01-09 12:06:20 +13:00 committed by GitHub
parent 33cc8816be
commit 8648457541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2022-01-09 08:06:40 +09:00
Merged: https://github.com/ruby/ruby/pull/5420

Merged-By: ioquatix <samuel@codeotaku.com>

View file

@ -81,5 +81,5 @@ make test-all TESTS=../test/fiber/test_io.rb
RubySpec is a project to write a complete, executable specification for the Ruby programming language.
``` shell
make test-all test-rubyspec
make test-rubyspec
```