From 1443a8cc5b58f3b7e96ff4a55c3f81fd5d64dc15 Mon Sep 17 00:00:00 2001 From: Ulysse Buonomo Date: Tue, 3 Sep 2024 23:07:29 +0200 Subject: [PATCH] try only with the test file --- .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 2a2e5637..bac2e217 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 --verbose --name="/FixturesResetPkSequenceTest/"' + run: bundle exec rake test TESTOPTS='--profile=3 --verbose TEST_FILES=test/cases/fixtures_test.rb'