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

ci: initial new CI jobs #5

Merged
merged 80 commits into from
Jul 13, 2024
Merged

ci: initial new CI jobs #5

merged 80 commits into from
Jul 13, 2024

Conversation

wjones127
Copy link
Collaborator

@wjones127 wjones127 commented Jul 13, 2024

Tudyx and others added 28 commits March 19, 2023 20:17
`cargo test --all-features` does not run doc-tests. For more information
see rust-lang/cargo#6669.
Put 1.70 in there (for instance if you want to pin against OnceLock stabilizing) and it will actually test 1.7 as it appears github auto converts this to a float?

Putting in quotes seems to do the right thing here
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Note: this requires adding `CODECOV_TOKEN` to your GitHub repository's
secrets! See associated comment in the commit content.
@wjones127 wjones127 marked this pull request as ready for review July 13, 2024 19:38
@wjones127 wjones127 merged commit a7bbda2 into main Jul 13, 2024
14 checks passed
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.

Basic Rust CI jobs