From bfd9384cc0e924fbf55b2e3dd27a701211cf5c79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kryger?= Date: Mon, 11 Nov 2024 16:17:32 +0000 Subject: [PATCH] [try] compile --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc450520..429aef24 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,8 +41,8 @@ jobs: - name: First start # So most modules are pulled in from melpa and gnu run: '.emacs.d/.ci/first-start.sh .emacs.d' - # - name: Compilation # This pulls extra modules not enabled by default - # run: '.emacs.d/.ci/compilation.sh .emacs.d' + - name: Compilation # This pulls extra modules not enabled by default + run: '.emacs.d/.ci/compilation.sh .emacs.d' - name: Unit tests run: '.emacs.d/.ci/unit-tests.sh .emacs.d'