From 0144ab657e67e6816e398bc311cb8f0624394e05 Mon Sep 17 00:00:00 2001 From: reshmabidikar Date: Mon, 9 Sep 2024 11:31:42 +0530 Subject: [PATCH] run complete ci --- .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 46827ee..f1c9754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: DB_PORT: ${{ matrix.database-port }} run: | # Some flakiness unfortunately - ./bin/retry bundle exec rake test:core:ent_cancellation TESTOPTS="--stop-on-failure" + ./bin/retry bundle exec rake test:core TESTOPTS="--stop-on-failure" - name: Run plugins tests env: DB_ADAPTER: ${{ matrix.database-adapter }}