mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 19:25:36 -05:00
chore: make CI ignore promotion rules
This commit is contained in:
parent
3d17feab12
commit
e90df644c4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -26,6 +26,6 @@ jobs:
|
||||||
- run: opam pin -n .
|
- run: opam pin -n .
|
||||||
- run: opam depext -yt sidekick sidekick-base sidekick-bin
|
- run: opam depext -yt sidekick sidekick-base sidekick-bin
|
||||||
- run: opam install -t . --deps-only
|
- run: opam install -t . --deps-only
|
||||||
- run: opam exec -- dune build
|
- run: opam exec -- dune build --ignore-promoted-rules
|
||||||
- run: opam exec -- dune runtest
|
- run: opam exec -- dune runtest --ignore-promoted-rules
|
||||||
if: ${{ matrix.os == 'ubuntu-latest'}}
|
if: ${{ matrix.os == 'ubuntu-latest'}}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue