diff options
| author | John MacFarlane <[email protected]> | 2024-04-11 09:27:55 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-04-11 09:27:55 -0700 |
| commit | d60e1789c3e96b937dc29b762d0ec515493961f5 (patch) | |
| tree | 8ebbaef478ce56b1a31e79cbe2870b878e5c2d8a | |
| parent | 4b5b32aff7da9bfcf4411c65c5523717fc722fb2 (diff) | |
more diagnostics
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |
