Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 18, 2022
1 parent e2ad025 commit 2b3d51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

(rule
(alias runtest)
(deps README.md)
(package (:readme printbox-text))
(deps (:readme README.md))
(package printbox-text)
(action (progn
(run ocaml-mdx test %{readme})
(diff? %{readme} %{readme}.corrected))))

0 comments on commit 2b3d51f

Please sign in to comment.