github-ci: use default max-jobs
This commit is contained in:
parent
b04aa56503
commit
b9b8a42fda
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue