github-ci: use default max-jobs

(cherry picked from commit b9b8a42fda)
This commit is contained in:
Robert Helgesson 2020-11-15 08:10:35 +01:00
parent 22f6736e62
commit b1e0cbad4b
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -19,4 +19,4 @@ jobs:
name: nix-community
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: nix-shell . -A install
- run: nix-shell --pure --max-jobs 4 tests -A run.all
- run: nix-shell --pure tests -A run.all