Skip to content

Commit

Permalink
ci: update after removal of rpc
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Jun 16, 2022
1 parent fddc7da commit 0458a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Install OCaml dependencies
run: opam install -t . --deps-only
- name: Build and test independently
run: opam install -t rpclib rpclib-js rpclib-html rpclib-lwt rpclib-async ppx_deriving_rpc
- name: Run Rpc Tests
run: opam exec -- dune runtest -p rpc
run: opam install -t rpclib rpclib-js rpclib-html rpclib-lwt rpclib-async
- name: Run Rpc and Ppx_deriving_rpc Tests
run: opam exec -- dune runtest -p ppx_deriving_rpc
- name: Build and run Examples
run: opam exec -- dune build @runexamples -p rpc
run: opam exec -- dune build @runexamples -p ppx_deriving_rpc

0 comments on commit 0458a74

Please sign in to comment.