8000 CI test use 4 cores · postgrespro/testgres@8af4a49 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8af4a49

Browse files
CI test use 4 cores
1 parent ed7b187 commit 8af4a49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ rm -f $COVERAGE_FILE
3838

3939

4040
# run tests (PATH)
41-
time coverage run -a -m pytest -l -v -n 2 -k "TestgresTests"
41+
time coverage run -a -m pytest -l -v -n 4 -k "TestgresTests"
4242

4343

4444
# run tests (PG_BIN)
4545
time \
4646
PG_BIN=$(dirname $(which pg_config)) \
47-
coverage run -a -m pytest -l -v -n 2 -k "TestgresTests"
47+
coverage run -a -m pytest -l -v -n 4 -k "TestgresTests"
4848

4949

5050
# run tests (PG_CONFIG)
5151
time \
5252
PG_CONFIG=$(which pg_config) \
53-
coverage run -a -m pytest -l -v -n 2 -k "TestgresTests"
53+
coverage run -a -m pytest -l -v -n 4 -k "TestgresTests"
5454

5555

5656
# show coverage

0 commit comments

Comments
 (0)
0