constrain number of jobs in test CI
This commit is contained in:
parent
b16ae39d4e
commit
aa53f9c094
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -23,4 +23,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
nix run github:Mic92/nix-fast-build -- \
|
nix run github:Mic92/nix-fast-build -- \
|
||||||
--skip-cached --no-nom \
|
--skip-cached --no-nom \
|
||||||
|
--max-jobs 2 \
|
||||||
--flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
|
--flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue