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(#19): run cargo on ubuntu, mac, win #34

Merged
merged 2 commits into from
Jun 5, 2024
Merged

fix(#19): run cargo on ubuntu, mac, win #34

merged 2 commits into from
Jun 5, 2024

Conversation

h1alexbel
Copy link
Owner

@h1alexbel h1alexbel commented Jun 5, 2024

closes #19


PR-Codex overview

This PR adds a matrix strategy to the GitHub Actions workflow in .github/workflows/cargo.yml to run the build job on multiple operating systems.

Detailed summary

  • Added matrix strategy with different OS options (Ubuntu, Windows, MacOS)
  • Updated runs-on to use matrix.os variable
  • Set fail-fast to false in the strategy section

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@h1alexbel h1alexbel merged commit a7361fa into master Jun 5, 2024
11 checks passed
@h1alexbel h1alexbel deleted the 19 branch June 5, 2024 11:34
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.

there is no cargo testing on mac and windows
1 participant