Skip to content

Commit

Permalink
Disable tests for release
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsoni committed Aug 22, 2022
1 parent 845367f commit 39b973b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/test/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name shuttle_test)
(package shuttle)
(inline_tests)
; (package shuttle)
; (inline_tests)
(preprocess
(pps ppx_jane))
(libraries core async shuttle))
8 changes: 2 additions & 6 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@
(shuttle
(= :version))
(ppx_jane
(and
(>= v0.14)
(< v0.16)))
(>= v0.14))
(async_ssl
(and
(>= v0.14)
(< v0.16)))))
(>= v0.14))))

(package
(name shuttle)
Expand Down
4 changes: 2 additions & 2 deletions shuttle_ssl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"shuttle" {= version}
"ppx_jane" {>= "v0.14" & < "v0.16"}
"async_ssl" {>= "v0.14" & < "v0.16"}
"ppx_jane" {>= "v0.14"}
"async_ssl" {>= "v0.14"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit 39b973b

Please sign in to comment.