Skip to content

Commit

Permalink
bench: Show Mdx errors when running benchmarks
Browse files Browse the repository at this point in the history
The driver do not signal failures with an exit status but with a (diff)
action instead. Run the @docgen alias as a dependency to @bench to
ensure errors are signaled.
  • Loading branch information
Julow committed Nov 16, 2023
1 parent 17a704f commit 4fc5134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@

(rule
(alias bench)
(deps
(alias doc/docgen))
(action
(cat doc/driver-benchmarks.json)))

0 comments on commit 4fc5134

Please sign in to comment.