From 5d045b39682145c2f67cb5f7b07bf4fffb5370b7 Mon Sep 17 00:00:00 2001 From: Trevor Turk Date: Wed, 6 May 2026 12:18:54 -0500 Subject: [PATCH] Add Zeitwerk eager loading check to CI --- .github/workflows/cicd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4d9a14c1..28455724 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -30,6 +30,9 @@ jobs: run: | bundle install + - name: Check Zeitwerk eager loading + run: bundle exec ruby -e "require 'ruby_llm/mcp'; Zeitwerk::Loader.eager_load_all" + - name: Install Bun dependencies for test fixtures run: | cd spec/fixtures/typescript-mcp && bun install