diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-09-02 15:25:46 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-09-02 15:25:54 +0900 |
| commit | e7a8e3e91f817171176c8b8294f33e5acd3354e2 (patch) | |
| tree | ec8f55f0f820a07fdd976ca3801c276f602aa967 | |
| parent | 92d2476208299b7ca780ecb15010741eebd43349 (diff) | |
Added entries about test-bundler-parallel and BUNDLER_SPECS
| -rw-r--r-- | spec/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/README.md b/spec/README.md index 6b82f8f06a..9f5a712219 100644 --- a/spec/README.md +++ b/spec/README.md @@ -10,6 +10,14 @@ To run rspec for bundler: make test-bundler ``` +or run rspec with parallel execution: + +```bash +make test-bundler-parallel +``` + +If you specify `BUNDLER_SPECS=foo/bar_spec.rb` then only `spec/bundler/foo/bar_spec.rb` will be run. + # spec/ruby ruby/spec (https://github.com/ruby/spec/) is |
