run all regression tests

This commit is contained in:
Danya Berezun 2025-02-28 12:34:47 +01:00
parent 3f3fe7c83b
commit 8ff31222f3

View file

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