Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2d2532c

Browse files
CI runs all the tests of testgres.
1 parent60bb4c5 commit2d2532c

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 -n2 -k"TestgresTests"
41+
time coverage run -a -m pytest -l -v -n4
4242

4343

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

4949

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

5555

5656
# show coverage

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp