1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-06 08:46:54 +00:00

ci: tweak test command slightly

Specifically, increase initial GC heap size and allow parallel build
jobs.
This commit is contained in:
Robert Helgesson 2025-02-04 23:07:15 +01:00
parent 24bb01ea17
commit c5c2cbc866
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -24,6 +24,8 @@ jobs:
- run: ./format -c
- run: nix-shell --show-trace . -A install
- run: yes | home-manager -I home-manager=. uninstall
- run: nix-shell --show-trace --arg enableBig false --pure tests -A run.all
- run: nix-shell -j auto --show-trace --arg enableBig false --pure tests -A run.all
# Somebody please help us fix the macos tests.
if: matrix.os != 'macos-latest'
env:
GC_INITIAL_HEAP_SIZE: 4294967296