We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cargo test
The github rust workflow should also cargo test on the Mac OS platform.
Add to Github Workflow file rust.yml, job job_test support for running on macos-latest
rust.yml
job_test
macos-latest
The text was updated successfully, but these errors were encountered:
rust.yml test on Windows, Mac OS, binstall nextest
2e10dd1
Use cargo-binstall to load nextest faster. Issue #202 Issue #219 Causes Issue #218
659c824
No branches or pull requests
Summary
The github rust workflow should also
cargo test
on the Mac OS platform.Add to Github Workflow file
rust.yml
, jobjob_test
support for running onmacos-latest
The text was updated successfully, but these errors were encountered: