From 64d3c44acd19d9f34bc4c5e5637dab4a27cfe6b7 Mon Sep 17 00:00:00 2001 From: Marc Henry de Frahan Date: Tue, 30 Jan 2024 10:24:15 -0700 Subject: [PATCH] add this --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e67adc8..8b51fb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,9 @@ jobs: chezmoi init https://github.com/marchdf/dotfiles.git --branch ${CHEZMOI_BRANCH} --promptBool test_machine=t,"Use ZSH_ROOT_DIR for tmux shell"=f --promptString email="" chezmoi data chezmoi apply - - name: Text zsh + - name: Cold start zsh + run: | + time zsh -i -c exit + - name: Warm start zsh run: | time zsh -i -c exit