Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41455d6

Browse files
Revert "CI runs all the tests of testgres."
This reverts commit 2d2532c.
1 parent 1f99813 commit 41455d6

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 4
41+
time coverage run -a -m pytest -l -v -n 2 -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 4
47+
coverage run -a -m pytest -l -v -n 2 -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 4
53+
coverage run -a -m pytest -l -v -n 2 -k "TestgresTests"
5454

5555

5656
# show coverage

0 commit comments

Comments
 (0)