1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-12 17:53:40 +02:00

github-ci: use default max-jobs

This commit is contained in:
Robert Helgesson 2020-11-15 08:10:35 +01:00
parent b04aa56503
commit b9b8a42fda
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