From 0e4edc2e0f9aa61c8142dec392bbddcbc42f12c1 Mon Sep 17 00:00:00 2001 From: Carolyn Date: Fri, 21 Mar 2025 22:03:22 +0000 Subject: [PATCH] Revert "temp disable fail-fast for ease of testing" This reverts commit 6993d29866a0befe7a23234713d26b994ca52da0. --- .github/workflows/run_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 14429f394..fde032a69 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -134,7 +134,7 @@ jobs: - name: Run tests run: | - bundle exec rspec spec/features --exclude-pattern "spec/features/accessibility_spec.rb" + bundle exec rspec spec/features --fail-fast --exclude-pattern "spec/features/accessibility_spec.rb" model_test: name: Model tests @@ -192,7 +192,7 @@ jobs: - name: Run tests run: | - bundle exec rspec spec/models + bundle exec rspec spec/models --fail-fast requests_test: name: Requests tests @@ -377,7 +377,7 @@ jobs: - name: Run tests run: | - bundle exec rspec spec/features/accessibility_spec.rb + bundle exec rspec spec/features/accessibility_spec.rb --fail-fast lint: name: Lint