Sha256: 30da8748baf4507436d82edcec552afd613a346eb06df83ad1f6f39f198cf3d5
Contents?: true
Size: 373 Bytes
Versions: 22
Compression:
Stored size: 373 Bytes
Contents
#!/usr/bin/env bash set -e # Run only regular non-forking specs first SPECS_TYPE=regular bundle exec rspec --tag ~type:pro --tag ~mode:fork # Run forking specs, they need to run in isolation not to crash because of librdkafka SPECS_TYPE=regular bundle exec rspec --tag mode:fork # Run pro specs at the end SPECS_TYPE=pro bundle exec rspec --tag type:pro --tag ~mode:fork
Version data entries
22 entries across 22 versions & 1 rubygems