Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
clecat committed Sep 18, 2024
1 parent 033a429 commit bcff240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions test/irmin-client/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,4 @@ let () =
]
in
Lwt_main.run
(Mirage_crypto_rng_lwt.initialize (module Mirage_crypto_rng.Fortuna);
Irmin_test.Store.run "irmin-server" ~sleep:Lwt_unix.sleep ~slow ~misc tests)
(Irmin_test.Store.run "irmin-server" ~sleep:Lwt_unix.sleep ~slow ~misc tests)
3 changes: 3 additions & 0 deletions test/irmin-client/util.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
*)

open Lwt.Infix

let () = Mirage_crypto_rng_lwt.initialize (module Mirage_crypto_rng.Fortuna)

module Store = Irmin_mem.KV.Make (Irmin.Contents.String)
module Client = Irmin_client_unix.Make (Store)
module Server = Irmin_server_unix.Make (Store)
Expand Down

0 comments on commit bcff240

Please sign in to comment.