chore: make CI ignore promotion rules

This commit is contained in:
Simon Cruanes 2021-10-12 22:46:41 -04:00
parent 3d17feab12
commit e90df644c4
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -26,6 +26,6 @@ jobs:
- run: opam pin -n .
- run: opam depext -yt sidekick sidekick-base sidekick-bin
- run: opam install -t . --deps-only
- run: opam exec -- dune build
- run: opam exec -- dune runtest
- run: opam exec -- dune build --ignore-promoted-rules
- run: opam exec -- dune runtest --ignore-promoted-rules
if: ${{ matrix.os == 'ubuntu-latest'}}