Allow job multitasking in nix ci

This commit is contained in:
Rory&
2025-12-17 05:52:33 +01:00
parent bbce41520f
commit c76ce342d2

View File

@@ -14,6 +14,6 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v13
- run: nix build -L
- run: nix build -L -j auto
- run: nix develop --command echo OK
- run: nix flake check -vL
- run: nix flake check -vL -j auto