use nix-fast-builds in CI
This commit is contained in:
parent
0014e5c2f7
commit
66398fe159
2 changed files with 5 additions and 6 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -17,8 +17,6 @@ jobs:
|
||||||
name: selfhostblocks
|
name: selfhostblocks
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- run: |
|
- run: |
|
||||||
nix flake \
|
nix run github:Mic92/nix-fast-build -- \
|
||||||
--print-build-logs \
|
--skip-cached --no-nom \
|
||||||
--option keep-going true \
|
--flake ".#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"
|
||||||
--show-trace \
|
|
||||||
check
|
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
*.qcow2
|
*.qcow2
|
||||||
result
|
result
|
||||||
|
result-*
|
Loading…
Reference in a new issue