Skip to content

Commit

Permalink
Reenabled testing in opam files
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Jan 11, 2023
1 parent e206127 commit 00b664c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ PATCH_OPAMFILES = sed -i 's/"@runtest"\s*{with-test}//g' $(OPAMFILES)
.PHONY: all
all:
dune build @all
$(PATCH_OPAMFILES)

.PHONY: release-static
release-static :
Expand Down
2 changes: 1 addition & 1 deletion stramon-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build: [
"-j"
jobs
"@install"

"@runtest" {with-test}
"@doc" {with-doc}
]
]
Expand Down
2 changes: 1 addition & 1 deletion stramon.opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build: [
"-j"
jobs
"@install"

"@runtest" {with-test}
"@doc" {with-doc}
]
]
Expand Down

0 comments on commit 00b664c

Please sign in to comment.