Skip to content

Commit

Permalink
test: run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Dec 20, 2024
1 parent fc1c5b0 commit 976f2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-core-partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 976f2c2

Please sign in to comment.