reduce load on CI
This commit is contained in:
parent
589e2c936f
commit
322bf6f622
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -23,5 +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 \
|
--max-jobs 1 \
|
||||||
--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