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