Skip to content

Commit

Permalink
Pin bench opam package for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gs0510 committed Oct 30, 2020
1 parent c60090d commit 5897dd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
opam pin add -n conduit-async-ssl.dev .
opam pin add -n conduit-lwt-tls.dev .
opam pin add -n conduit-lwt-ssl.dev .
opam pin add -n conduit-bench.dev .
opam depext -y conduit conduit-tls conduit-lwt conduit-async conduit-mirage
opam install --deps-only -t conduit conduit-tls conduit-lwt conduit-lwt-tls conduit-lwt-ssl conduit-async conduit-async-tls conduit-async-ssl conduit-mirage
opam install --deps-only -t conduit conduit-tls conduit-lwt conduit-lwt-tls conduit-lwt-ssl conduit-async conduit-async-tls conduit-async-ssl conduit-mirage conduit-bench
- name: Build
run: opam exec -- dune build
- name: Test
Expand Down
3 changes: 2 additions & 1 deletion bench/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(executable
(name cost)
(public_name cost)
(package conduit-bench)
(preprocess
(pps ppx_deriving_yojson))
(libraries conduit unix rresult fmt cmdliner yojson ppx_deriving_yojson)
Expand Down

0 comments on commit 5897dd5

Please sign in to comment.