Skip to content

Commit

Permalink
Update build status badges in README (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Nov 30, 2022
1 parent 7871e83 commit 35461d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Readme.md
@@ -1,8 +1,7 @@
# parallel_tests

[![Gem Version](https://badge.fury.io/rb/parallel_tests.svg)](https://rubygems.org/gems/parallel_tests)
[![Build Status](https://travis-ci.org/grosser/parallel_tests.svg)](https://travis-ci.org/grosser/parallel_tests/builds)
[![Build status](https://github.com/grosser/parallel_tests/workflows/windows/badge.svg)](https://github.com/grosser/parallel_tests/actions?query=workflow%3Awindows)
[![Build status](https://github.com/grosser/parallel_tests/workflows/test/badge.svg)](https://github.com/grosser/parallel_tests/actions?query=workflow%3Atest)

Speedup Test::Unit + RSpec + Cucumber + Spinach by running parallel on multiple CPU cores.<br/>
ParallelTests splits tests into even groups (by number of lines or runtime) and runs each group in a single process with its own database.
Expand Down

0 comments on commit 35461d7

Please sign in to comment.