Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2d2532c

Browse files
CI runs all the tests of testgres.
1 parent 60bb4c5 commit 2d2532c

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
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
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
5454

5555

5656
# show coverage

0 commit comments

Comments
 (0)