Skip to content

Commit

Permalink
fix: no tests for pbrt_services
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jul 10, 2024
1 parent cfb19b3 commit e4637dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pbrt_services.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"ocaml-protoc" {= version & with-test}
"pbrt_yojson" {= version}
]
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
build: [
["dune" "subst"] {pinned}
[
Expand All @@ -25,8 +26,7 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
# "@runtest" {with-test} # no tests
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/mransan/ocaml-protoc.git"
14 changes: 14 additions & 0 deletions pbrt_services.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
# "@runtest" {with-test} # no tests
"@doc" {with-doc}
]
]

0 comments on commit e4637dc

Please sign in to comment.