-
Notifications
You must be signed in to change notification settings - Fork 11
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
Google Chrome Test #92 #154
base: master
Are you sure you want to change the base?
Conversation
f246429
to
dadd890
Compare
Google Chrome Test namecoin#92
dadd890
to
da545d9
Compare
Given that we already have tests for Chromium, I'm worried about the code duplication that this PR introduces. I think I'd prefer that Google Chrome be handled via a Cirrus matrix rather than a separate task item, so that we can reuse most of the Chromium tests for Chrome without code duplication. See the IceCat and LibreWolf tests for some potential inspiration. |
Implemented it in a matrix, preventing code duplication. |
Adding a Google Chrome Test
Fix #92