This commit is contained in:
Simon Cruanes 2022-03-22 09:58:53 -04:00
parent 11aa0a3247
commit 3bb840c363
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -32,7 +32,7 @@ jobs:
with: with:
ocaml-compiler: ${{ matrix.ocaml-compiler }} ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-depext-flags: --with-test opam-depext-flags: --with-test
opam-pin: "*.opam,vendor/atomic/*.opam" opam-local-packages: ["*.opam", "vendor/atomic/*.opam"]
- run: opam install . --deps-only --with-test - run: opam install . --deps-only --with-test