Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parallel 5 - test w/o coverage
Browse files Browse the repository at this point in the history
starswan committed Jan 29, 2025
1 parent 030f473 commit 3cfe81b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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: 0

services:
postgres:

0 comments on commit 3cfe81b

Please sign in to comment.