From 976f2c26cca418593e0ddfdea7d9383b4bd659de Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Thu, 19 Dec 2024 23:24:54 -0500 Subject: [PATCH] test: run all tests --- .github/workflows/ci-core-partial.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-core-partial.yml b/.github/workflows/ci-core-partial.yml index 2e4893dcf1d..507e5f0cd9f 100644 --- a/.github/workflows/ci-core-partial.yml +++ b/.github/workflows/ci-core-partial.yml @@ -106,7 +106,7 @@ jobs: with: pipeline-step: "run" run-concurrency: "16" - run-all-tests: ${{ needs.filter.outputs.should-run-all-tests }} + run-all-tests: "true" collect-coverage: ${{ needs.filter.outputs.should-collect-coverage }} test-suite: ${{ matrix.type.test-suite }} module-directory: ${{ matrix.type.module-directory }}