Skip to content

Commit

Permalink
Apply the @psafont's suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>

Co-Authored-By: Pau Ruiz Safont <pau.safont@citrix.com>
  • Loading branch information
smorimoto and psafont committed May 16, 2021
1 parent f8e0d38 commit dc1e924
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext-flags: --with-test

- run: opam install . --deps-only
- run: opam install . --deps-only --with-test

- run: opam exec -- dune build

- run: opam exec -- dune runtest
```
#### What is the difference between opam dependencies and depext dependencies?
Expand Down

0 comments on commit dc1e924

Please sign in to comment.