.github/workflows/ci.yml in diffend-monitor-0.2.40 vs .github/workflows/ci.yml in diffend-monitor-0.2.41
- old
+ new
@@ -46,9 +46,11 @@
bundle _${{matrix.bundler}}_ install --jobs 4 --retry 3
- name: Run all tests
env:
GITHUB_COVERAGE: ${{matrix.coverage}}
run: bundle _${{matrix.bundler}}_ exec rspec
+ - name: Run integration tests
+ run: bundle _${{matrix.bundler}}_ exec rake integration_suite
diffend:
runs-on: ubuntu-latest
strategy:
fail-fast: false