1
0
Fork 0

constrain number of jobs in test CI

This commit is contained in:
ibizaman 2024-03-12 22:01:15 -07:00
parent b16ae39d4e
commit aa53f9c094

View file

@ -23,4 +23,5 @@ jobs:
run: |
nix run github:Mic92/nix-fast-build -- \
--skip-cached --no-nom \
--max-jobs 2 \
--flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"