Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2025-02-27 22:41:51 +03:00
parent 2362bd8f95
commit 72b67ed632

View file

@ -46,5 +46,7 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- dune test stdlib/regression -j1
- run: opam exec -- make install
- run: opam exec -- make regression
- run: opam exec -- dune b
- run: opam exec -- dune b @install
- run: opam exec -- dune install
#- run: opam exec -- make regression