mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-29 09:50:20 +00:00
Allow job multitasking in nix ci
This commit is contained in:
4
.github/workflows/nix-build.yml
vendored
4
.github/workflows/nix-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user