1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-13 04:21:08 +01:00

tests: remove format meta test

This test requires copying the Home Manager checkout to the Nix store,
which seems to require too much memory for the CI jobs. Instead simply
run the format script directly.
This commit is contained in:
Robert Helgesson 2020-11-15 09:14:01 +01:00
parent b9b8a42fda
commit 9fe15dc83b
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
4 changed files with 1 additions and 29 deletions

View file

@ -18,5 +18,6 @@ jobs:
with:
name: nix-community
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: ./format -c
- run: nix-shell . -A install
- run: nix-shell --pure tests -A run.all