Skip to content

Commit f78fe84

Browse files
committed
ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
Let's not decide in the generic ci/ script how many jobs to run in parallel; it is easy enough to hand that information down via the `MAKEFLAGS`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2640415 commit f78fe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run-build-and-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ln -s "$cache_dir/.prove" t/.prove
99

10-
make --jobs=2
10+
make
1111
make --quiet test
1212
if test "$jobname" = "linux-gcc"
1313
then

0 commit comments

Comments
 (0)