branch: elpa/with-simulated-input
commit 228732caf5272dd25e5c8acb2c6c86b0ac29ece8
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>

    Enable undercover in CI
---
 .github/workflows/test.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2842f69c99..dbf2dc5568 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -49,9 +49,9 @@ jobs:
       run: |
         eldev -p -dtT test
 
-    # - name: Run the test suite in source mode (for undercover)
-    #   if: ${{ matrix.emacs_version == env.coveralls_emacs_version }}
-    #   env:
-    #     COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
-    #   run: |
-    #     eldev -s -dtT test
+    - name: Run the test suite in source mode (for undercover)
+      if: ${{ matrix.emacs_version == env.coveralls_emacs_version }}
+      env:
+        COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
+      run: |
+        eldev -s -dtT test

Reply via email to