Skip to content

Conversation

@notmandatory
Copy link

@notmandatory notmandatory commented Nov 10, 2022

This adds a basic rust ci workflow following what I found in .travis.yml to run fmt, clippy and tests with different versions of rust and different features.

I allow the below clippy checks in the workflow command so everything passes with rust 1.29:

clippy:needless_range_loop
clippy::ptr_arg 
clippy::manual-range-contains

@notmandatory notmandatory force-pushed the add_test_workflow branch 6 times, most recently from e4acd65 to 986b7c7 Compare November 10, 2022 22:50
@notmandatory notmandatory marked this pull request as draft November 10, 2022 22:57
@notmandatory notmandatory force-pushed the add_test_workflow branch 9 times, most recently from 0a65d9f to 999680c Compare November 11, 2022 02:27
@notmandatory notmandatory marked this pull request as ready for review November 11, 2022 02:37
Copy link
Member

@tcharding tcharding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 999680c

Nice trick putting the features in a job matrix.

@notmandatory
Copy link
Author

I've rebased my branch, no other changes. Once this is merged I'd be happy to add another PR to also test the zerioze feature with rust 1.51.

@notmandatory
Copy link
Author

I just noticed there's already a github actions PR #27. Feel free to close this PR in favor of that one.

@tcharding
Copy link
Member

And now there is #42 as well :)

@notmandatory
Copy link
Author

Closing so we have n-1 open CI PRs. 🙂

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.

2 participants