mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
actions: run tests on 4.14 only
This commit is contained in:
parent
0f21cf069e
commit
4dca7df629
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -27,4 +27,4 @@ jobs:
|
|||
- run: opam install -t . --deps-only
|
||||
- run: opam exec -- dune build --ignore-promoted-rules
|
||||
- run: opam exec -- dune runtest --ignore-promoted-rules
|
||||
if: ${{ matrix.os == 'ubuntu-latest'}}
|
||||
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ocaml-compiler == '4.14.x' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue