From d60e1789c3e96b937dc29b762d0ec515493961f5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 11 Apr 2024 09:27:55 -0700 Subject: [PATCH] more diagnostics --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5363c1b6..5cb54e7cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,6 +198,8 @@ jobs: run: | cabal update cabal test ${{ matrix.versions.cabalopts }} --enable-tests --disable-optimization --ghc-options=-Werror all + D:\a\pandoc\pandoc\dist-newstyle\build\x86_64-windows\ghc-9.4.4\pandoc-3.1.13\t\test-pandoc\noopt\build\test-pandoc\test-pandoc.exe --version + D:\a\pandoc\pandoc\dist-newstyle\build\x86_64-windows\ghc-9.4.4\pandoc-3.1.13\t\test-pandoc\noopt\build\test-pandoc\test-pandoc.exe README.md # We no longer run the macos tests, to make CI faster. # macos: