This commit is contained in:
danyaberezun 2025-02-28 15:32:56 +01:00
parent 2c0f13fb18
commit 68fbad70cf

View file

@ -44,14 +44,14 @@ jobs:
- run: rm -fr runtime32
if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- dune b
- run: opam exec -- dune b src runtime runtime32 stdlib tutorial
if: ${{ matrix.os != 'macos-latest' }}
- run: opam exec -- dune b src runtime stdlib tutorial
if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- dune b @install --profile=release
- run: opam exec -- dune install --profile=release
- run: opam exec -- make regression-all
- run: opam exec -- dune test regression stdlib/regression regression_long
# - run: opam exec -- make regression-all
# works
# - run: rm -fr runtime32