Skip to content

Commit 2cf884c

Browse files
committed
Update CI
Signed-off-by: Marcello Seri <[email protected]>
1 parent 8abba3f commit 2cf884c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@ jobs:
2828
uses: avsm/setup-ocaml@v2
2929
with:
3030
ocaml-compiler: ${{ matrix.ocaml-compiler }}
31-
dune-cache: true
3231
opam-local-packages: |
3332
*.opam
34-
!owl-ode-sundials.opam
35-
36-
- run: cp ".github/sandbox_exec.sh" "$HOME/.opam/opam-init/hooks/sandbox.sh"
37-
if: ${{ matrix.os == 'macos-latest' }}
3833
3934
- run: opam depext owl-ode-base owl-ode owl-ode-odepack --with-test
4035

@@ -48,6 +43,11 @@ jobs:
4843
opam exec -- dune build -p owl-ode
4944
opam exec -- dune runtest -p owl-ode
5045
46+
- run: |
47+
opam install owl-ode-sundials --yes --deps-only --with-test
48+
opam exec -- dune build -p owl-ode-sundials
49+
opam exec -- dune runtest -p owl-ode-sundials
50+
5151
- run: |
5252
opam install owl-ode-odepack --yes --deps-only --with-test
5353
opam exec -- dune build -p owl-ode-odepack

0 commit comments

Comments
 (0)