From d9cf0b704a97c30ea39b80e10202e4660d4b4ffe Mon Sep 17 00:00:00 2001 From: Ulysse Buonomo Date: Tue, 3 Sep 2024 17:20:11 +0200 Subject: [PATCH] TEMP debug v24 not working --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb4d7977..5d8af0ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,4 +88,4 @@ jobs: done cat ${{ github.workspace }}/setup.sql | cockroach sql --insecure - name: Test - run: bundle exec rake test TESTOPTS='--profile=3' + run: bundle exec rake test TESTOPTS='--profile=3 --name=test_eager_with_has_many_through_a_belongs_to_association'