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

Add matrix build #65

Merged
merged 72 commits into from
Mar 19, 2024
Merged

Add matrix build #65

merged 72 commits into from
Mar 19, 2024

Conversation

mjhouse
Copy link
Owner

@mjhouse mjhouse commented Mar 18, 2024

Changes

  • Removed dependency of rstest to speed up build
  • Updated validation workflow to run matrix builds and tests
  • Updated testing workflow to run matrix builds and tests

Matrix

The matrix builds cross compiled binaries on three different platforms (Windows, Linux, and MacOS) for seven total targets (each build platform, x86_64/32, and ARM64/32). Tests are run for each of the build platforms but not for the cross compiled builds.

host system target system ran tests?
Ubuntu Ubuntu Yes
Ubuntu Linux x86_64 No
Ubuntu Linux x86_32 No
Ubuntu Linux ARM64 No
Ubuntu Linux ARM32 No
Windows Windows Yes
Windows Linux x86_64 No
Windows Linux x86_32 No
Windows Linux ARM64 No
Windows Linux ARM32 No
MacOS MacOS Yes
MacOS Linux x86_64 No
MacOS Linux x86_32 No
MacOS Linux ARM64 No
MacOS Linux ARM32 No

Copy link
Contributor

github-actions bot commented Mar 18, 2024

Coverage

File Coverage
All files 99%
src/message/packets.rs 100%
src/errors.rs 100%
src/word/words.rs 100%
src/fields.rs 100%
src/message/messages.rs 99%
src/word/enums.rs 100%
src/flags.rs 100%

Minimum allowed coverage is 95%

Generated by 🐒 cobertura-action against 1a54b34

@mjhouse mjhouse self-assigned this Mar 19, 2024
@mjhouse mjhouse merged commit 0d2eaba into development Mar 19, 2024
17 checks passed
@mjhouse mjhouse deleted the add_matrix_build branch March 19, 2024 16:08
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.

1 participant