Skip to content
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

Enable mac tests #77

Merged
merged 3 commits into from
Jan 11, 2024
Merged

Enable mac tests #77

merged 3 commits into from
Jan 11, 2024

Conversation

jsiedentop
Copy link
Contributor

When the example app is not in the background during the test, all tests are green on my local mac. Furthermore I was able to successfully execute the tests.yml workflow on Github Actions without any relevant change. I hope that this can be reproduced on the main branch and #74 is fixed.

image

Finally, I have fixed a warning and adjusted the readme regarding the supported platforms.

@@ -197,7 +197,7 @@ abstract class HmacSecretKey {
/// timing attacks. To validate signatures use [verifyBytes] or [verifyStream]
/// instead, these methods computes a signature and does a
/// fixed-time comparison.
/// {@template}
/// {@endtemplate}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference please submit unrelated changes as individual PRs.

That makes it much easier to review and land them, and reduces the risk of conflicts, etc.

Small and fast is always preferable.

@jonasfj
Copy link
Member

jonasfj commented Jan 11, 2024

Hmm, maybe my run just timed out due to bad luck 🙈 or maybe you're just better at enabling tests than I am 🤣

Either way, let's merge it and ship this!

@jonasfj jonasfj merged commit d5e611b into google:master Jan 11, 2024
6 checks passed
@jsiedentop
Copy link
Contributor Author

Normally I delete commented out code. Maybe that left an impression, because if it hadn't worked, I would have started deleting it 🤫

@jsiedentop jsiedentop deleted the enable-mac-tests branch January 11, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants