Skip to content

Commit

Permalink
Add parallel integration specs to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj committed Mar 5, 2024
1 parent 567b60d commit 6c5ae74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
bundle exec rspec \
spec/integration/mutant/null_spec.rb \
spec/integration/mutant/isolation/fork_spec.rb \
spec/integration/mutant/test_mutator_handles_types_spec.rb
spec/integration/mutant/test_mutator_handles_types_spec.rb \
spec/integration/mutant/parallel_spec.rb
ruby-integration-minitest:
name: Integration Minitest
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6c5ae74

Please sign in to comment.