From d8bd5834988cf7978bcccb996f0c87cfa4dedaca Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Fri, 13 Sep 2024 11:30:31 -0400 Subject: [PATCH] Unify the macOS and Linux tests --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f2495d..0a7c13f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,10 @@ jobs: run: nix-instantiate -E 'builtins.currentTime' --eval if: success() || failure() shell: sh -l {0} + - name: Test zsh + run: nix-instantiate -E 'builtins.currentTime' --eval + if: success() || failure() + shell: zsh --login --interactive {0} - name: Install Nix again (noop) uses: ./ with: