Run opam install with -t to run tests#48
Conversation
|
Thanks @LasseBlaauwbroek − but I believe this use case was already addressed by this feature? |
|
I guess so, but I would say that running tests is an integral part of CI. So it should be enabled by default. |
|
We may default |
|
Yes, that's what I was thinking of as well. |
|
oops, I did not see this when I opened #52 . |
|
Hi all, thanks for your comments. To sum up:
Maybe we'll find another simple solution to achieve this; in the meantime I propose to postpone the merge of #52, e.g. to the next major/minor release of docker-coq-action. |
|
IIUC dependencies are not tested by
In other words, |
|
@liyishuai OK I see. Worth doing a small test anyway! :) in which case, we could indeed think about a PR that asserts - uses: coq-community/docker-coq-action@v1
with:
opam_file: 'folder/coq-proj.opam'
coq_version: 'dev'
ocaml_version: '4.07-flambda'
export: 'OPAMWITHTEST'
env:
OPAMWITHTEST: 'false' |
|
Yes I've just examined that |
|
See also rocq-prover/opam#1625 |
|
Sounds indeed like |
No description provided.