diff options
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cb54e7cc..cc68f6f76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,8 +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 + 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 --emulate --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 --emulate README.md # We no longer run the macos tests, to make CI faster. # macos: |
