-
Notifications
You must be signed in to change notification settings - Fork 2
Set up proper testing infrastructure #9
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
Comments
@javra So what I propose to this is: (a) We can do the nightly testing branch where we bump all our dependencies, e.g. Lean 4 and Mathlib4 and run the tests over there and we can be pinged when the pipeline fails. (what Std4 does.) The rest of the files here: seems to be quite specific to the scale of Mathlib4, I'd say? |
Maybe, we can keep staying on a specific Lean 4 version though. |
I'm not against bumping everything manually and just giving all of us the power to merge instantly. I think the most pressing thing is that we still test everything by just building the stuff, including commands that produce output, in |
Maybe see how
mathlib4
andstd4
run their tests.The text was updated successfully, but these errors were encountered: