Skip to content

Commit

Permalink
Update README on bumping pandoc
Browse files Browse the repository at this point in the history
Expand on fixing broken tests.
  • Loading branch information
lierdakil committed Jun 26, 2024
1 parent 019b0fd commit ad9af79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,9 @@ for details.
If it doesn't do anything, consider nuking `cabal.project.freeze`, `flake.lock`, `stack.yaml` and `stack.yaml.lock` and trying again.
3. Build and test.
4. Fix broken tests.

Note that you can regenerate most golden tests with either
`make regen-test-fixtures` if using Nix, or just running `./mkcheck.sh` and
`./mkinttest.sh` with appropriate `pandoc` and `pandoc-crossref` binaries in
scope (so e.g. via `stack exec`).
5. Repeat 3-4 until all tests pass.

0 comments on commit ad9af79

Please sign in to comment.