From 2794621d478c481bd6a77c72c10361e20984a5fe Mon Sep 17 00:00:00 2001 From: starswan <github@starswan.com> Date: Thu, 30 Jan 2025 16:44:12 +0000 Subject: [PATCH] defailt to no coverage --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc2c20913a3..c773652ca59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,9 @@ jobs: DATABASE_URL: postgis://postgres:postgres@localhost:5432 RAILS_ENV: test RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }} - PARALLEL_TEST_PROCESSORS: 6 + PARALLEL_TEST_PROCESSORS: 5 PARALLEL_TEST_FIRST_IS_1: true + COVERAGE: 1 services: postgres: