diff options
| author | John MacFarlane <[email protected]> | 2024-04-11 09:53:42 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-04-11 09:53:42 -0700 |
| commit | a084036bb39dfe157f0f66db54fbc88f3d34e116 (patch) | |
| tree | 3879b7c64afb2f1736151fabe795585997d00855 | |
| parent | d60e1789c3e96b937dc29b762d0ec515493961f5 (diff) | |
add --emulatetest-windows-ci
| -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: |
