Browse Source

Run services tests in parallel

pull/2853/head
Rachael Booth 2 months ago
parent
commit
7689be44e0
  1. 2
      .github/workflows/run_tests.yml

2
.github/workflows/run_tests.yml

@ -304,7 +304,7 @@ jobs:
- name: Run tests
run: |
bundle exec rspec spec/services --fail-fast
bundle exec rake parallel:spec['spec\/services']
accessibility_test:
name: Accessibility tests

Loading…
Cancel
Save