Skip to content

Commit

Permalink
disable tests and doc in opam file
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed Oct 20, 2021
1 parent 45a182f commit 07f7511
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(using mdx 0.1)

(generate_opam_files true)
(generate_opam_files false)

(implicit_transitive_deps true)

Expand Down Expand Up @@ -47,4 +47,3 @@
(>= 0.22.0))
(ppx_expect :with-test)
(mdx :with-test)))

3 changes: 0 additions & 3 deletions wtr-ppx.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.0.0"
synopsis: "Ppx to create routers"
Expand Down Expand Up @@ -30,8 +29,6 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/lemaetech/wtr.git"
3 changes: 0 additions & 3 deletions wtr.opam
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.0.0"
synopsis: "Well Typed Router"
Expand Down Expand Up @@ -26,8 +25,6 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/lemaetech/wtr.git"

0 comments on commit 07f7511

Please sign in to comment.