This commit is contained in:
Danya Berezun 2025-02-28 11:51:56 +01:00
parent 51d447ac87
commit 3f3fe7c83b

View file

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