We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1ed3d commit 2c0f13fCopy full SHA for 2c0f13f
.github/workflows/blank.yml
@@ -45,6 +45,10 @@ jobs:
45
- run: rm -fr runtime32
46
if: ${{ matrix.os == 'macos-latest' }}
47
- run: opam exec -- dune b
48
+ - run: opam exec -- dune b src runtime runtime32 stdlib tutorial
49
+ if: ${{ matrix.os != 'macos-latest' }}
50
+ - run: opam exec -- dune b src runtime stdlib tutorial
51
+ if: ${{ matrix.os == 'macos-latest' }}
52
- run: opam exec -- dune b @install --profile=release
53
- run: opam exec -- dune install --profile=release
54
- run: opam exec -- make regression-all
0 commit comments