This commit is contained in:
danyaberezun 2025-02-28 14:58:33 +01:00
parent 5249037ea1
commit 1e60c4686b

View file

@ -45,6 +45,7 @@ jobs:
- run: rm -fr runtime32 - run: rm -fr runtime32
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- dune b - run: opam exec -- dune b
- run: opam exec -- dune @install
- run: opam exec -- dune install - run: opam exec -- dune install
- run: opam exec -- make regression-all - run: opam exec -- make regression-all