diff --git a/.cirrus.yml b/.cirrus.yml index db7e3044..518b9598 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -17,5 +17,5 @@ task: apt-get install -y gcc make script: - cc --version - - ./tools/ci-build.sh + - ./tools/ci-build.sh --cores=2 - make check