From 1e17455e3791b9683f41d8ae82060a51a821b846 Mon Sep 17 00:00:00 2001 From: Alexander Momchilov Date: Fri, 21 Aug 2026 12:08:22 -0400 Subject: [PATCH] Actually fail CI on test failures --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 807b6bb..3a9e82b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,6 @@ jobs: continue-on-error: true - name: Run tests run: bundle exec rake test - continue-on-error: true - name: Lint Ruby files run: bundle exec rake rubocop - name: Verify gem RBIs are up-to-date