1
0
Fork 0

use nix installer that installs kvm to speed up tests

This commit is contained in:
ibizaman 2023-12-10 21:57:04 -08:00 committed by Pierre Penninckx
parent 0829792df0
commit c467d07359

View file

@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22 - uses: DeterminateSystems/nix-installer-action@main
with: with:
github_access_token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: "system-features = nixos-test benchmark big-parallel kvm" extra-conf: "system-features = nixos-test benchmark big-parallel kvm"
- uses: cachix/cachix-action@v12 - uses: cachix/cachix-action@v12
with: with:
name: selfhostblocks name: selfhostblocks