From d4ba366c203903eb739518adc18ec405856ea27d Mon Sep 17 00:00:00 2001 From: danyaberezun Date: Fri, 28 Feb 2025 18:08:51 +0100 Subject: [PATCH] try --- .github/workflows/blank.yml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 0783640ff..5144f37a3 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -42,18 +42,25 @@ jobs: - run: opam install . --deps-only --with-test - run: eval $(opam env) - - run: rm -fr runtime32 - if: ${{ matrix.os == 'macos-latest' }} - - 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: rm -fr runtime32 + # if: ${{ matrix.os == 'macos-latest' }} + # - 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 -- 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 -- dune b - run: opam exec -- dune install --profile=release - 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 # - run: rm -fr runtime32