8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7b187 commit 8af4a49Copy full SHA for 8af4a49
run_tests.sh
@@ -38,19 +38,19 @@ rm -f $COVERAGE_FILE
38
39
40
# run tests (PATH)
41
-time coverage run -a -m pytest -l -v -n 2 -k "TestgresTests"
+time coverage run -a -m pytest -l -v -n 4 -k "TestgresTests"
42
43
44
# run tests (PG_BIN)
45
time \
46
PG_BIN=$(dirname $(which pg_config)) \
47
- coverage run -a -m pytest -l -v -n 2 -k "TestgresTests"
+ coverage run -a -m pytest -l -v -n 4 -k "TestgresTests"
48
49
50
# run tests (PG_CONFIG)
51
52
PG_CONFIG=$(which pg_config) \
53
54
55
56
# show coverage
0 commit comments