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 60bb4c5 commit 2d2532cCopy full SHA for 2d2532c
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
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
48
49
50
# run tests (PG_CONFIG)
51
52
PG_CONFIG=$(which pg_config) \
53
54
55
56
# show coverage
0 commit comments