tarides / dune-release

Streamlining the release of dune packages to opam
ISC License
113 stars 38 forks source link

`dune-release opam pkg` should have `--skip-tests` to avoid generating `@runtest` alias #490

Open anmonteiro opened 2 months ago

anmonteiro commented 2 months ago

some of my packages have testing setups that I don't want to run in the opam-repo for several reasons.

But there's no option in dune-release to avoid generating the @runtest alias in the opam repository.

Leonidas-from-XIV commented 2 months ago

At the moment you can remove the @runtest from the generated file before doing dune-release opam publish; that should achieve what you're meaning to do.