ci: add cachix cache
This commit is contained in:
parent
18429f1d1d
commit
731959ef0e
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -14,5 +14,9 @@ jobs:
|
||||||
- uses: cachix/install-nix-action@v10
|
- uses: cachix/install-nix-action@v10
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
- uses: cachix/cachix-action@v6
|
||||||
|
with:
|
||||||
|
name: nix-community
|
||||||
|
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||||
- run: nix-shell . -A install
|
- run: nix-shell . -A install
|
||||||
- run: nix-shell --pure --max-jobs 4 tests -A run.all
|
- run: nix-shell --pure --max-jobs 4 tests -A run.all
|
||||||
|
|
Loading…
Reference in a new issue