diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-31 23:27:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-31 23:27:23 +0200 |
commit | a2efe7962fe146efaa407217939f5cf77df8e568 (patch) | |
tree | 271257acf2c5ff99ecd3caa360995c68c5f658c2 /contrib/ci | |
parent | 517876451e1a40ca18a1860fb1fa4088f3e0408c (diff) |
-fix drop syntax for partitioned tables
Diffstat (limited to 'contrib/ci')
-rwxr-xr-x | contrib/ci/jobs/2-test/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh index 6566e7e08..7cc8b8a9d 100755 --- a/contrib/ci/jobs/2-test/test.sh +++ b/contrib/ci/jobs/2-test/test.sh @@ -10,6 +10,7 @@ apt-get upgrade -yqq --disable-doc nump=$(grep processor /proc/cpuinfo | wc -l) +make clean make -j$(( $nump / 2 )) make install |