Dial down the number of nix-build jobs in the CI test.

Otherwise, we get this error on GitHub Action runners:

error: all build users are currently in use; consider creating additional users and adding them to the 'nixbld' group
This commit is contained in:
Drew Hess 2020-10-13 13:09:57 +01:00
parent ad5e17815b
commit ba18e9a032
No known key found for this signature in database
GPG Key ID: 4DC0BBFBE3FEF428

View File

@ -4,8 +4,8 @@
set -e
spago2nix
spago2nix generate
spago2nix install -j 100
spago2nix generate 8
spago2nix install
spago2nix build
rm -rf output
spago2nix build-nix