This commit is contained in:
danyaberezun 2025-02-28 15:44:54 +01:00
parent 68fbad70cf
commit ab306abfd1

View file

@ -50,7 +50,9 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-latest' }}
- run: opam exec -- dune b @install --profile=release - run: opam exec -- dune b @install --profile=release
- run: opam exec -- dune install --profile=release - run: opam exec -- dune install --profile=release
- run: opam exec -- dune test regression stdlib/regression regression_long - run: opam exec -- dune test stdlib/regression
- run: opam exec -- dune test regression_long
- run: opam exec -- dune test regression
# - run: opam exec -- make regression-all # - run: opam exec -- make regression-all
# works # works