-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add some sort of CI to this repo? #47
Comments
|
In fact, I'd like to consider adding a few supported and "blessed" external packages to the CI of main
However, ideally I want to consolidate |
It can also be said that checking the playground only in the main repo's CI is not visible, either. It wouldn't have detected the mktemp issue until GopherJS changed, and once it changed, the CI failure would've been confusing. Optimally, it would be checked in both. The playground's CI would check that changes to the playground don't break it, and GopherJS's CI would check that changes to GopherJS don't break the playground. |
Yeah, I didn't mean that adding playground-specific CI check to What you said above makes sense in general, but I have a concern... Usually CI is not used to test that |
In other words, I think it may be more optimal to have developers review changes to But changes to code can and should be tested for build errors, etc., via CI. This is both easy to add and sustainable to maintain. |
Yes, you are right. |
/cc @dominikh
To be discussed.
The text was updated successfully, but these errors were encountered: