.github/workflows/test.yml: enable darwin tests

This commit is contained in:
Austin Horstman 2025-02-27 21:03:44 -05:00
parent b3e11ed4a9
commit 91f88408cc

View file

@ -25,7 +25,5 @@ jobs:
- run: nix-shell --show-trace . -A install
- run: yes | home-manager -I home-manager=. uninstall
- 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