mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
run all regression tests
This commit is contained in:
parent
3f3fe7c83b
commit
8ff31222f3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/blank.yml
vendored
2
.github/workflows/blank.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
if: ${{ matrix.os == 'macos-latest' }}
|
if: ${{ matrix.os == 'macos-latest' }}
|
||||||
- run: opam exec -- make install
|
- run: opam exec -- make install
|
||||||
if: ${{ matrix.os != 'macos-latest' }}
|
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 test stdlib/regression -j1
|
||||||
# - run: opam exec -- dune b
|
# - run: opam exec -- dune b
|
||||||
# - run: opam exec -- dune b @install
|
# - run: opam exec -- dune b @install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue