Skip to content

Commit

Permalink
try build again (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni authored Aug 9, 2019
1 parent b946c5a commit 9caea9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
(alias
(name runtest)
(deps
(:test README.md))
(action
(progn
(run mdx test %{test})
(diff? %{test} %{test}.corrected))))
(name runtest)
(deps (:x README.md))
(action (progn
(run ocaml-mdx test --direction=infer-timestamp %{x})
(diff? %{x} %{x}.corrected)
)))
2 changes: 1 addition & 1 deletion routes.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags: [ "router" "http" ]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05"}
Expand Down

0 comments on commit 9caea9f

Please sign in to comment.