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

Fix internal entry size test #761

Merged
merged 1 commit into from Apr 24, 2022
Merged

Fix internal entry size test #761

merged 1 commit into from Apr 24, 2022

Conversation

pelletier
Copy link
Owner

@pelletier pelletier commented Apr 24, 2022

The test meant to assert that the size of entry does not grow beyond what it is today. 48 is the current size in bytes on x64. On 32-bit platform that value should be less. As written the test was doing the opposite comparison.

Unfortunately it does not seem like github actions supports multiple platforms.

Fixes #760

The test meant to assert that the size of entry does not grow beyond
what it is today. 48 is the current size in bytes on x64. On 32-bit
platform that value should be less. As written the test was doing the
opposite comparison.

Fixes #760
@pelletier pelletier merged commit 5aaf5ef into v2 Apr 24, 2022
@pelletier pelletier deleted the issue-760 branch April 24, 2022 22:50
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.

None yet

1 participant