Debugging MacOS build

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2025-02-25 17:41:09 +03:00
parent 63486f5f38
commit 2174be819e

View file

@ -41,5 +41,7 @@ jobs:
- run: opam depext Lama.dev --yes --with-test
- run: opam install . --deps-only --with-test
- run: eval $(opam env)
- run: opam exec -- dune b runtime32 -j1
- run: opam exec -- dune test stdlib/regression -j1
- run: opam exec -- make install
- run: opam exec -- make regression