-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run opam install with -t to run tests #48
base: master
Are you sure you want to change the base?
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 coq/opam#1625 |
Sounds indeed like |
No description provided.